Modifiche fatte in treno
[gapil.git] / Makefile
index 905e19b779bc5a0bd118916532e36822ab47c06c..21ca364552ebcad4e4ce600b5fbd77bd18a97922 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-all: html dvi ps pdf
+all: html dvi ps pdf img
 
 html:
-       latex2html -local_icons gapil.tex
+       latex2html -local_icons -no_math -no_footnode gapil.tex
 
 dvi: 
        latex gapil.tex
@@ -16,4 +16,6 @@ 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 *.toc *.rel *.ilg *.rip *.ind \
+       *.pdf  *.out *.idx *~
+