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