Skip to content
Snippets Groups Projects
Commit ffaae05f authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

added targets for tutorial.{pdf,ps,ps.gz}

Rev: tutorial/Makefile:1.32
parent 5db857fd
No related branches found
No related tags found
No related merge requests found
......@@ -52,10 +52,24 @@ tutorial_onepage.html: .DUMMY $(SRCFILES)
tutorial.tex: .DUMMY $(SRCFILES)
$(pike) ./wmmltohtml2 tutorial.wmml latex tutorial
# latex has to be run twice to work with labels and stuff
# but there are no labels yet...
tutorial.dvi: tutorial.tex
-@rm tutorial.aux
latex tutorial.tex
tutorial.ps: tutorial.dvi
dvips -Z tutorial.dvi
tutorial.ps.gz: tutorial.ps
gzip -9 <tutorial.ps >tutorial.ps.gz
tutorial.ps.bz: tutorial.ps
bzip -9 <tutorial.ps >tutorial.ps.gz
tutorial.pdf: tutorial.tex
pdflatex tutorial.tex
tut.html: .DUMMY $(SRCFILES)
$(pike) ./wmmltohtml2 tutorial.wmml sitebuilder tut
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment