From 8f0266fc964bcdf2aa8d7791a24f05a0eda77556 Mon Sep 17 00:00:00 2001 From: "Christopher R. Gabriel" Date: Sat, 26 May 2001 03:00:29 +0000 Subject: [PATCH] typo --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b05b98d..f32575b 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,13 @@ - html: latex2html main.tex dvi: latex main.tex -ps: dvi + +ps: dvips -o gapil.ps main.dvi + +all: html dvi ps + clean: rm -f *.dvi *.log *.ps *.html *.aux \ No newline at end of file -- 2.30.2