aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar David Adam (zanchey) <zanchey@ucc.gu.uwa.edu.au>2012-06-18 00:27:44 +0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-06-17 15:04:20 -0700
commit71f8960ef1d69e18ebe1485889cf7a880a2db831 (patch)
tree4975fa423c17560c4d6ccf551599163536d42a02 /Makefile.in
parent01780f19b1ffda0026e44a116d27d887dbfb096e (diff)
make clean should remove all generated documentation
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 9320c8ce..d1f880f4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -932,11 +932,12 @@ clean:
rm -f $(GENERATED_INTERN_SCRIPT_FILES)
rm -f tests/tmp.err tests/tmp.out tests/tmp.status tests/foo.txt
rm -f $(PROGRAMS) fish_tests tokenizer_test key_reader
+ rm -f command_list.txt toc.txt
rm -f share/config.fish etc/config.fish doc_src/index.hdr doc_src/commands.hdr
rm -f fish-@PACKAGE_VERSION@.tar
rm -f fish-@PACKAGE_VERSION@.tar.gz
rm -f fish-@PACKAGE_VERSION@.tar.bz2
- rm -rf doc;
+ rm -rf doc user_doc share/man;
rm -rf fish-@PACKAGE_VERSION@
rm -f $(TRANSLATIONS)
test ! -d "$(XSEL)" || make -C $(XSEL) clean