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