Completato I/O formattato, posizionamento, gestione del bufferingm
[gapil.git] / Makefile
index e23ceede40af969a78caa223de23914fdfe89b70..6c01a04a78ad9cfaa438b34b46f68c6502b3efa6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,19 +1,20 @@
-all: html dvi ps pdf
+all: html dvi ps pdf img
 
 html:
-       latex2html -local_icons main.tex
+       latex2html -local_icons -no_math -no_footnode gapil.tex
 
 dvi: 
-       latex main.tex
+       latex gapil.tex
 
 pdf: 
-       pdflatex main.tex
+       pdflatex gapil.tex
 
 ps: 
-       dvips -o gapil.ps main.dvi
+       dvips -o gapil.ps gapil.dvi
 
 install:
-       scp gapil  piccardi@firenze.linux.it:public_html
+       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 *.toc *.rel 
+