X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=Makefile;h=c27c57962620bd89efa8a0481c0d9b77f2a47b62;hp=905e19b779bc5a0bd118916532e36822ab47c06c;hb=97812677b0df84fad1e7850948c976bcee2e6dc0;hpb=877e20d4d68b182eee7f8e466e2a126a00534354 diff --git a/Makefile b/Makefile index 905e19b..c27c579 100644 --- 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,5 @@ 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 +