From 1b3ee6c74952e4ebe47f7fce6b843902985e8adc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Mon, 19 Jul 1999 20:02:27 -0700 Subject: [PATCH] some ugly stuff removed Rev: tutorial/Makefile:1.43 --- tutorial/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tutorial/Makefile b/tutorial/Makefile index 427e22f439..b80780adaf 100644 --- a/tutorial/Makefile +++ b/tutorial/Makefile @@ -58,13 +58,9 @@ tutorial.tex: .DUMMY $(SRCFILES) # 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 tutorial.toc - latex tutorial.tex >/dev/null latex tutorial.tex tutorial.pdf: tutorial.pdftex - -@rm tutorial.aux tutorial.toc - pdflatex tutorial.pdftex >/dev/null pdflatex tutorial.pdftex tutorial.ps: tutorial.dvi -- GitLab