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

ignore output of first (pdf)latex run

Rev: tutorial/Makefile:1.42
parent b6de2478
No related branches found
No related tags found
No related merge requests found
...@@ -59,12 +59,12 @@ tutorial.tex: .DUMMY $(SRCFILES) ...@@ -59,12 +59,12 @@ tutorial.tex: .DUMMY $(SRCFILES)
# but there are no labels yet... # but there are no labels yet...
tutorial.dvi: tutorial.tex tutorial.dvi: tutorial.tex
-@rm tutorial.aux tutorial.toc -@rm tutorial.aux tutorial.toc
latex tutorial.tex latex tutorial.tex >/dev/null
latex tutorial.tex latex tutorial.tex
tutorial.pdf: tutorial.pdftex tutorial.pdf: tutorial.pdftex
-@rm tutorial.aux tutorial.toc -@rm tutorial.aux tutorial.toc
pdflatex tutorial.pdftex pdflatex tutorial.pdftex >/dev/null
pdflatex tutorial.pdftex pdflatex tutorial.pdftex
tutorial.ps: tutorial.dvi tutorial.ps: tutorial.dvi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment