25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

* doc/Makefile: In Clean do not remove html. In new Distclean, remove also html.

SVN Revision: 1862
This commit is contained in:
Badlop 2009-02-03 10:58:16 +00:00
parent 2f45d7ecc1
commit 96c1307ebf
2 changed files with 6 additions and 3 deletions

View File

@ -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

View 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