X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=Makefile;h=e50363e12d822ef84e0033858680f566ed1de852;hp=988431ec6b5723b2dfe0169c2a0583109c63cfd9;hb=f34bc210398c21e197ec81dc2acc1798330431fb;hpb=e323f7e103dac7a264d3ef335d23540719df2623 diff --git a/Makefile b/Makefile index 988431e..e50363e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,20 @@ +html: *.tex + latex2html -local_icons -no_math -no_footnode gapil.tex +gapil.dvi: *.tex + latex gapil.tex + +gapil.pdf: *.tex + pdflatex gapil.tex + +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 \ No newline at end of file + rm -f *.dvi *.log *.ps *.html *.aux *.toc *.rel *.ilg *.rip *.ind \ + *.pdf *.out *.idx *~ +