Tweaked Makefile.in to show off a few of our new features

This commit is contained in:
ridiculousfish 2012-05-17 19:37:03 -07:00
parent f5442bdd4a
commit 4c1ddab560

View file

@ -646,6 +646,9 @@ install-force: all install-translations
@echo \* add the line \'$(DESTDIR)$(bindir)/fish\' to the file \'/etc/shells\'.
@echo \* use the command \'chsh -s $(DESTDIR)$(bindir)/fish\'.
@echo
@echo To set your colors, run \'fish_config\'
@echo To scan your man pages for completions, run \'fish_update_completions\'
@echo
@echo Have fun!
.PHONY: install-force