summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 462b8bf..6080fdf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -182,7 +182,7 @@ else
#--------------------------------------
# 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 @@ $(sort $(DESTDIR)$(BINDIR) $(DESTDIR)$(LIBDIR) $(DESTDIR)$(DOCDIR) $(DESTDIR)$(M
@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