diff options
-rw-r--r-- | doc/en/Makefile.am | 2 | ||||
-rw-r--r-- | doc/fr/Makefile.am | 2 | ||||
-rw-r--r-- | weechat/doc/en/Makefile.am | 2 | ||||
-rw-r--r-- | weechat/doc/fr/Makefile.am | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am index 505c22fb0..4a95d1472 100644 --- a/doc/en/Makefile.am +++ b/doc/en/Makefile.am @@ -58,6 +58,6 @@ install-data-hook: # clean clean-local: - -rm -f *.html *.pdf *.txt date.xml + -rm -f $(BOOK).html $(BOOK).pdf $(BOOK).txt date.xml -rm -rf html/ html1/ -rm -f html-stamp html1-stamp diff --git a/doc/fr/Makefile.am b/doc/fr/Makefile.am index ced3e456f..3c449e883 100644 --- a/doc/fr/Makefile.am +++ b/doc/fr/Makefile.am @@ -58,6 +58,6 @@ install-data-hook: # clean clean-local: - -rm -f *.html *.pdf *.txt date.xml + -rm -f $(BOOK).html $(BOOK).pdf $(BOOK).txt date.xml -rm -rf html/ html1/ -rm -f html-stamp html1-stamp diff --git a/weechat/doc/en/Makefile.am b/weechat/doc/en/Makefile.am index 505c22fb0..4a95d1472 100644 --- a/weechat/doc/en/Makefile.am +++ b/weechat/doc/en/Makefile.am @@ -58,6 +58,6 @@ install-data-hook: # clean clean-local: - -rm -f *.html *.pdf *.txt date.xml + -rm -f $(BOOK).html $(BOOK).pdf $(BOOK).txt date.xml -rm -rf html/ html1/ -rm -f html-stamp html1-stamp diff --git a/weechat/doc/fr/Makefile.am b/weechat/doc/fr/Makefile.am index ced3e456f..3c449e883 100644 --- a/weechat/doc/fr/Makefile.am +++ b/weechat/doc/fr/Makefile.am @@ -58,6 +58,6 @@ install-data-hook: # clean clean-local: - -rm -f *.html *.pdf *.txt date.xml + -rm -f $(BOOK).html $(BOOK).pdf $(BOOK).txt date.xml -rm -rf html/ html1/ -rm -f html-stamp html1-stamp |