X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=Makefile;h=e50363e12d822ef84e0033858680f566ed1de852;hp=b4b5cd8907859a20a5f6388162164ab60d32859a;hb=f34bc210398c21e197ec81dc2acc1798330431fb;hpb=05b4fbdb48c2b71dc18730d81d397eb39ad9595e diff --git a/Makefile b/Makefile index b4b5cd8..e50363e 100644 --- a/Makefile +++ b/Makefile @@ -1,20 +1,20 @@ -all: html dvi ps pdf img -html: - latex2html -local_icons -no_math -no_footnote 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 + rm -f *.dvi *.log *.ps *.html *.aux *.toc *.rel *.ilg *.rip *.ind \ + *.pdf *.out *.idx *~