Risistemate le macro, nadato avanti coi segnali, aggiornato il makefile.
[gapil.git] / Makefile
index 988431ec6b5723b2dfe0169c2a0583109c63cfd9..905e19b779bc5a0bd118916532e36822ab47c06c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,19 @@
+all: html dvi ps pdf
 
+html:
+       latex2html -local_icons 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
\ No newline at end of file