2005-11-25 00:01:48 +01:00
|
|
|
# $Id$
|
|
|
|
|
2005-12-16 17:33:42 +01:00
|
|
|
all: release pdf html
|
|
|
|
|
|
|
|
release:
|
|
|
|
@echo "Notes for the releaser:"
|
|
|
|
@echo "* Do not forget to add a link to the release notes in guide.tex"
|
|
|
|
@echo "* Do not forget to change the version number in version.tex"
|
|
|
|
@echo "* Do not forget to update the features in introduction.tex (including \new{} and \improved{} tags)."
|
|
|
|
@read -p "press any key to continue"
|
|
|
|
|
|
|
|
html: guide.html dev.html features.html
|
|
|
|
|
|
|
|
pdf: guide.pdf features.pdf
|
|
|
|
|
|
|
|
clean:
|
|
|
|
rm -f *.aux
|
|
|
|
rm -f *.haux
|
|
|
|
rm -f *.html
|
|
|
|
rm -f *.htoc
|
|
|
|
rm -f *.idx
|
|
|
|
rm -f *.ilg
|
|
|
|
rm -f *.ind
|
|
|
|
rm -f *.log
|
|
|
|
rm -f *.out
|
|
|
|
rm -f *.pdf
|
|
|
|
rm -f *.toc
|
2005-11-25 00:01:48 +01:00
|
|
|
|
|
|
|
guide.html: guide.tex
|
2005-12-16 17:33:42 +01:00
|
|
|
hevea guide.tex
|
|
|
|
hevea guide.tex
|
2005-11-25 00:01:48 +01:00
|
|
|
|
|
|
|
dev.html: dev.tex
|
2005-12-16 17:33:42 +01:00
|
|
|
hevea dev.tex
|
|
|
|
hevea dev.tex
|
|
|
|
|
|
|
|
features.html: features.tex
|
|
|
|
hevea features.tex
|
|
|
|
hevea features.tex
|
2005-11-25 00:01:48 +01:00
|
|
|
|
2005-12-16 17:33:42 +01:00
|
|
|
guide.pdf: guide.tex
|
|
|
|
pdflatex guide.tex
|
|
|
|
pdflatex guide.tex
|
|
|
|
pdflatex guide.tex
|
|
|
|
makeindex guide.idx
|
|
|
|
pdflatex guide.tex
|
2005-11-25 00:01:48 +01:00
|
|
|
|
2005-12-16 17:33:42 +01:00
|
|
|
features.pdf: features.tex
|
|
|
|
pdflatex features.tex
|