projects
/
gapil.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51ba948
)
typo
author
Christopher R. Gabriel
<cgabriel@cgabriel.org>
Sat, 26 May 2001 03:00:29 +0000
(
03:00
+0000)
committer
Christopher R. Gabriel
<cgabriel@cgabriel.org>
Sat, 26 May 2001 03:00:29 +0000
(
03:00
+0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index b05b98d697a444217aaf0ac19cad963445955fa5..f32575bc2b92b0073b2eef4454df5ae64b44dd5f 100644
(file)
--- 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