X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=Makefile;h=e50363e12d822ef84e0033858680f566ed1de852;hp=905e19b779bc5a0bd118916532e36822ab47c06c;hb=f34bc210398c21e197ec81dc2acc1798330431fb;hpb=877e20d4d68b182eee7f8e466e2a126a00534354 diff --git a/Makefile b/Makefile index 905e19b..e50363e 100644 --- a/Makefile +++ b/Makefile @@ -1,19 +1,20 @@ -all: html dvi ps pdf -html: - latex2html -local_icons gapil.tex +html: *.tex + latex2html -local_icons -no_math -no_footnode gapil.tex -dvi: +gapil.dvi: *.tex latex gapil.tex -pdf: +gapil.pdf: *.tex pdflatex gapil.tex -ps: +gapil.ps: gapil.dvi dvips -o gapil.ps gapil.dvi 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 *~ +