]> granicus.if.org Git - ejabberd/commitdiff
* doc/Makefile: In Clean do not remove html. In new Distclean, remove also html.
authorBadlop <badlop@process-one.net>
Tue, 3 Feb 2009 10:58:16 +0000 (10:58 +0000)
committerBadlop <badlop@process-one.net>
Tue, 3 Feb 2009 10:58:16 +0000 (10:58 +0000)
SVN Revision: 1862

ChangeLog
doc/Makefile

index ce02a5fd0f1ae9381aab4788f4925c62fed9fcbb..ed1f9f375e4eb6241fdfda44d10cf3fa48749aac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2009-02-03  Badlop  <badlop@process-one.net>
 
-       * doc/Makefile: When cleaning, remove contributed_modules.tex
+       * doc/Makefile: When cleaning, remove contributed_modules.tex.
+       In Clean do not remove html. In new Distclean, remove also html.
 
        * src/Makefile.in: Fix arguments to Install program
 
index 871dd431d266b21023b66b9d347076d83d485e14..3cc89b059aff0fa13833843de467c5fe65503d91 100644 (file)
@@ -32,7 +32,6 @@ pdf:  guide.pdf features.pdf
 clean:
        rm -f *.aux
        rm -f *.haux
-       rm -f *.html
        rm -f *.htoc
        rm -f *.idx
        rm -f *.ilg
@@ -41,7 +40,10 @@ clean:
        rm -f *.out
        rm -f *.pdf
        rm -f *.toc
-       rm contributed_modules.tex
+       [ ! -f contributed_modules.tex ] || rm contributed_modules.tex
+
+distclean: clean
+       rm -f *.html
 
 guide.html:    guide.tex
                hevea -fix -pedantic guide.tex