mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 21:03:12 +00:00
make clean should remove all generated documentation
This commit is contained in:
parent
01780f19b1
commit
71f8960ef1
1 changed files with 2 additions and 1 deletions
|
@ -932,11 +932,12 @@ clean:
|
||||||
rm -f $(GENERATED_INTERN_SCRIPT_FILES)
|
rm -f $(GENERATED_INTERN_SCRIPT_FILES)
|
||||||
rm -f tests/tmp.err tests/tmp.out tests/tmp.status tests/foo.txt
|
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 $(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 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
|
||||||
rm -f fish-@PACKAGE_VERSION@.tar.gz
|
rm -f fish-@PACKAGE_VERSION@.tar.gz
|
||||||
rm -f fish-@PACKAGE_VERSION@.tar.bz2
|
rm -f fish-@PACKAGE_VERSION@.tar.bz2
|
||||||
rm -rf doc;
|
rm -rf doc user_doc share/man;
|
||||||
rm -rf fish-@PACKAGE_VERSION@
|
rm -rf fish-@PACKAGE_VERSION@
|
||||||
rm -f $(TRANSLATIONS)
|
rm -f $(TRANSLATIONS)
|
||||||
test ! -d "$(XSEL)" || make -C $(XSEL) clean
|
test ! -d "$(XSEL)" || make -C $(XSEL) clean
|
||||||
|
|
Loading…
Reference in a new issue