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