Rialvorata l'introduzione.
[gapil.git] / Makefile
index b05b98d697a444217aaf0ac19cad963445955fa5..e23ceede40af969a78caa223de23914fdfe89b70 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,19 @@
+all: html dvi ps pdf
 
 html:
-       latex2html main.tex
+       latex2html -local_icons main.tex
 
 dvi: 
        latex main.tex
-ps: dvi
+
+pdf: 
+       pdflatex main.tex
+
+ps: 
        dvips -o gapil.ps main.dvi
+
+install:
+       scp gapil  piccardi@firenze.linux.it:public_html
+
 clean: 
        rm -f *.dvi *.log *.ps *.html *.aux
\ No newline at end of file