typo
authorChristopher R. Gabriel <cgabriel@cgabriel.org>
Sat, 26 May 2001 03:00:29 +0000 (03:00 +0000)
committerChristopher R. Gabriel <cgabriel@cgabriel.org>
Sat, 26 May 2001 03:00:29 +0000 (03:00 +0000)
Makefile

index b05b98d697a444217aaf0ac19cad963445955fa5..f32575bc2b92b0073b2eef4454df5ae64b44dd5f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,13 @@
-
 html:
        latex2html main.tex
 
 dvi: 
        latex main.tex
 html:
        latex2html main.tex
 
 dvi: 
        latex main.tex
-ps: dvi
+
+ps: 
        dvips -o gapil.ps main.dvi
        dvips -o gapil.ps main.dvi
+
+all: html dvi ps
+
 clean: 
        rm -f *.dvi *.log *.ps *.html *.aux
\ No newline at end of file
 clean: 
        rm -f *.dvi *.log *.ps *.html *.aux
\ No newline at end of file