From 71f8960ef1d69e18ebe1485889cf7a880a2db831 Mon Sep 17 00:00:00 2001 From: "David Adam (zanchey)" Date: Mon, 18 Jun 2012 00:27:44 +0800 Subject: [PATCH] make clean should remove all generated documentation --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 9320c8cee..d1f880f40 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