X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=Makefile;h=6c01a04a78ad9cfaa438b34b46f68c6502b3efa6;hp=b4b5cd8907859a20a5f6388162164ab60d32859a;hb=4dba8f3a359cb208f052c21530a52c4f982a8145;hpb=05b4fbdb48c2b71dc18730d81d397eb39ad9595e diff --git a/Makefile b/Makefile index b4b5cd8..6c01a04 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: html dvi ps pdf img html: - latex2html -local_icons -no_math -no_footnote 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