X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=Makefile;h=6c01a04a78ad9cfaa438b34b46f68c6502b3efa6;hp=e07c067c77bb695d9f565a24034aa3f8f639f1bf;hb=8afc898ae5530e3ef1073505c894bb1b738ec916;hpb=dfa9e34351e48431891350bcfda4d9873ff79682 diff --git a/Makefile b/Makefile index e07c067..6c01a04 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ 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,5 +16,5 @@ install: scp -r gapil* piccardi@firenze.linux.it:public_html clean: - rm -f *.dvi *.log *.ps *.html *.aux + rm -f *.dvi *.log *.ps *.html *.aux *.toc *.rel