aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar James Vega <jamessan@jamessan.com>2006-09-20 14:04:13 +1000
committerGravatar James Vega <jamessan@jamessan.com>2006-09-20 14:04:13 +1000
commit18bb4ca826ce70be9e876ce334b8a81c2a631d0c (patch)
tree07ef53be3b11a8d5e65eee31d442958e34280098 /Makefile.in
parent007e4662e3497a20c96fc12fbaa221766fcf039e (diff)
Makefile.in: Update clean target to preserve builtin_help.c, user_doc, doc_src/builtin_doc and remove share/fish
darcs-hash:20060920040413-35ec8-2bc89e5dff67e2cab274676df2ca90eb1bb385e9.gz
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 099a0fef..d2f04b6e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -615,12 +615,12 @@ rpm: fish-@PACKAGE_VERSION@.tar.bz2 fish.spec
distclean: clean
rm -f fish.spec doc_src/fish.1 doc_src/Doxyfile
- rm -f etc/fish etc/fish_interactive.fish seq
+ rm -f etc/fish etc/fish_interactive.fish seq share/fish
rm -f config.status config.log config.h Makefile
.PHONY: distclean
clean:
- rm -f *.o doc.h doc_src/*.doxygen doc_src/*.c builtin_help.c doc_src/*.o
+ rm -f *.o doc.h doc_src/*.doxygen doc_src/*.c doc_src/*.o
rm -f tests/tmp.err tests/tmp.out tests/tmp.status tests/foo.txt
rm -f tokenizer_test fish key_reader set_color gen_hdr2 mimedb
rm -f fishd fish_pager count fish_tests
@@ -628,8 +628,6 @@ clean:
rm -f fish-@PACKAGE_VERSION@.tar.gz
rm -f fish-@PACKAGE_VERSION@.tar.bz2
rm -rf doc;
- rm -rf user_doc;
- rm -rf doc_src/builtin_doc
rm -rf fish-@PACKAGE_VERSION@
rm -rf xsel-0.9.6/
rm -f $(TRANSLATIONS)