* doc/Makefile: In Clean do not remove html. In new Distclean, remove also html.
SVN Revision: 1901
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
clean:
rm -f *.aux
rm -f *.haux
- rm -f *.html
rm -f *.htoc
rm -f *.idx
rm -f *.ilg
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