diff -r 19205498184e -r a6a4beab3125 Makefile.in --- a/Makefile.in Tue Nov 17 10:01:22 2009 -0800 +++ b/Makefile.in Fri Apr 02 00:18:26 2010 +0200 @@ -182,7 +182,7 @@ #-------------------------------------- # Install rules -real-install: $(patsubst %,install-%,$(TARGETS)) +real-install: $(patsubst %,install-%,$(TARGETS)) install-post install-bin: $(DESTDIR)$(BINDIR) @echo " INST 'ct-ng'" @@ -232,6 +232,10 @@ @echo " MKDIR '$@'" @$(install) -m 755 -d "$@" +install-post: + @echo + @echo "For auto-completion, do not forget to install 'ct-ng.comp'" + @echo "into you 'bash_completion.d'" #-------------------------------------- # Uninstall rules