Finito con wait & C (spero).
[gapil.git] / Makefile
index 3ce18629b987c83fa981776a006251a867a8363c..b4b5cd8907859a20a5f6388162164ab60d32859a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,20 @@
+all: html dvi ps pdf img
+
 html:
-       latex2html -local_icons main.tex
+       latex2html -local_icons -no_math -no_footnote gapil.tex
 
 dvi: 
-       latex main.tex
+       latex gapil.tex
+
+pdf: 
+       pdflatex gapil.tex
 
 ps: 
-       dvips -o gapil.ps main.dvi
+       dvips -o gapil.ps gapil.dvi
 
-all: html dvi ps
+install:
+       scp -r gapil*  piccardi@firenze.linux.it:public_html
 
 clean: 
-       rm -f *.dvi *.log *.ps *.html *.aux
\ No newline at end of file
+       rm -f *.dvi *.log *.ps *.html *.aux
+