summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-05-31 20:54:17 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-05-31 20:54:17 +0000
commit0c7f9f274d6a8f6b859ddb07dcfdbbeb382fe27a (patch)
tree35645b285dbeb875df6f0a802ef6afb88cd49487
parent16c7e4b61c16c18027f2268fb448a9af66b92b39 (diff)
downloadweechat-0c7f9f274d6a8f6b859ddb07dcfdbbeb382fe27a.zip
Fixed make clean in doc which was deleting weechat quickstart guide
-rw-r--r--doc/en/Makefile.am2
-rw-r--r--doc/fr/Makefile.am2
-rw-r--r--weechat/doc/en/Makefile.am2
-rw-r--r--weechat/doc/fr/Makefile.am2
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