]> granicus.if.org Git - ejabberd/commitdiff
Merge r1862 from trunk:
authorBadlop <badlop@process-one.net>
Sat, 21 Feb 2009 09:24:57 +0000 (09:24 +0000)
committerBadlop <badlop@process-one.net>
Sat, 21 Feb 2009 09:24:57 +0000 (09:24 +0000)
* doc/Makefile: In Clean do not remove html. In new Distclean, remove also html.

SVN Revision: 1901

ChangeLog
doc/Makefile

index 57c28dc4523ba97f87e0aa8711a5a93ae2cc8ca8..742e3293009027efa7cd7e7d9517ef985b537493 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2009-02-21  Badlop  <badlop@process-one.net>
 
+       * doc/Makefile: In Clean do not remove html. In new Distclean,
+       remove also html.
+
        * doc/Makefile: When cleaning, remove contributed_modules.tex
 
        * doc/guide.tex: Provide only an example of language option
index 18ad53edfbf4ac3631ba68c9abd2b7b2ea0ca7ad..33c1f586aa6b52c72ff41d67bcdadd9c6ca5e229 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