diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-04-02 00:18:26 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-04-02 00:18:26 +0200 |
commit | e5a007415a0fa8bb4a6d6d9b6a9d1fd3e45acb74 (patch) | |
tree | 49927e3c122645a97ea83e63af381aea7d54098c /Makefile.in | |
parent | 5807b7dfb7a0234b5157e761b195d478f9803067 (diff) | |
download | crosstool-ng-e5a007415a0fa8bb4a6d6d9b6a9d1fd3e45acb74.tar.gz crosstool-ng-e5a007415a0fa8bb4a6d6d9b6a9d1fd3e45acb74.tar.bz2 crosstool-ng-e5a007415a0fa8bb4a6d6d9b6a9d1fd3e45acb74.zip |
scripts: misc help and auto-complete fixes
- don't list samples in the main help screen
- improve the samples listing in list-samples
- don't document the 'config' action, it's long dead
- document the 'V' environment variable
- improve on START, STOP and PREFIX environment variables
- add PREFIX and V to autocomplete
- advertise auto-complete at install time
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 462b8bf7..6080fdfe 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 |