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