Correzioni di Vosti
[gapil.git] / Makefile
index aa05f50955ac9cc9428f399029154e601e5dc913..c27c57962620bd89efa8a0481c0d9b77f2a47b62 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,20 @@
+all: html dvi ps pdf img
+
+html:
+       latex2html -local_icons -no_math -no_footnode gapil.tex
+
+dvi: 
+       latex gapil.tex
+
+pdf: 
+       pdflatex gapil.tex
+
+ps: 
+       dvips -o gapil.ps gapil.dvi
+
+install:
+       scp -r gapil*  piccardi@firenze.linux.it:public_html
 
 clean: 
-       rm -f *.dvi *.log *.ps *.html
\ No newline at end of file
+       rm -f *.dvi *.log *.ps *.html *.aux
+