From 51ba94804686269c5967e2a30590fa167c059442 Mon Sep 17 00:00:00 2001 From: "Christopher R. Gabriel" Date: Sat, 26 May 2001 02:54:42 +0000 Subject: [PATCH 1/1] qualche target banale --- Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 988431e..b05b98d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,10 @@ +html: + latex2html main.tex - +dvi: + latex main.tex +ps: dvi + dvips -o gapil.ps main.dvi clean: - rm -f *.dvi *.log *.ps *.html \ No newline at end of file + rm -f *.dvi *.log *.ps *.html *.aux \ No newline at end of file -- 2.30.2