Makefile.in
changeset 1893 f5dab3c43abf
parent 1643 19205498184e
child 1962 88fa6f1df207
child 2035 42d702fd5dd1
     1.1 --- a/Makefile.in	Tue Nov 17 10:01:22 2009 -0800
     1.2 +++ b/Makefile.in	Sun Apr 11 11:10:06 2010 +0200
     1.3 @@ -182,7 +182,7 @@
     1.4  #--------------------------------------
     1.5  # Install rules
     1.6  
     1.7 -real-install: $(patsubst %,install-%,$(TARGETS))
     1.8 +real-install: $(patsubst %,install-%,$(TARGETS)) install-post
     1.9  
    1.10  install-bin: $(DESTDIR)$(BINDIR)
    1.11  	@echo "  INST   'ct-ng'"
    1.12 @@ -232,6 +232,10 @@
    1.13  	@echo "  MKDIR  '$@'"
    1.14  	@$(install) -m 755 -d "$@"
    1.15  
    1.16 +install-post:
    1.17 +	@echo
    1.18 +	@echo "For auto-completion, do not forget to install 'ct-ng.comp'"
    1.19 +	@echo "into you 'bash_completion.d'"
    1.20  
    1.21  #--------------------------------------
    1.22  # Uninstall rules