From 0c7f9f274d6a8f6b859ddb07dcfdbbeb382fe27a Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 31 May 2006 20:54:17 +0000 Subject: [PATCH] Fixed make clean in doc which was deleting weechat quickstart guide --- doc/en/Makefile.am | 2 +- doc/fr/Makefile.am | 2 +- weechat/doc/en/Makefile.am | 2 +- 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