aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-07-20 23:28:50 +1000
committerGravatar axel <axel@liljencrantz.se>2006-07-20 23:28:50 +1000
commite1dd17a7ddaf53e87f8033adc8497feb84119c5a (patch)
tree9b09f72eb7ef1550f9d2d1955524889616dc968b /Makefile.in
parent5c8d9bd13c82c66fcb0b15d2844359dc3c306d96 (diff)
Move over fish_interactive.fish to be created by the Makefile, not by Autoconf
darcs-hash:20060720132850-ac50b-2f1a4815a2a67541d3461768d00e185168727b92.gz
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 3df5e56e..07a6535c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -186,7 +186,7 @@ TRANSLATIONS_SRC := $(wildcard po/*.po)
TRANSLATIONS := $(TRANSLATIONS_SRC:.po=.gmo)
#Make everything needed for installing fish
-all: $(PROGRAMS) user_doc etc/fish share/fish $(TRANSLATIONS)
+all: $(PROGRAMS) user_doc etc/fish share/fish etc/fish_interactive.fish $(TRANSLATIONS)
@echo fish has now been built.
@echo Use \'make install\' to install fish.
.PHONY: all