X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=Makefile;h=21ca364552ebcad4e4ce600b5fbd77bd18a97922;hp=f32575bc2b92b0073b2eef4454df5ae64b44dd5f;hb=d7305d300866c1e6909dd23743060632b3718178;hpb=8f0266fc964bcdf2aa8d7791a24f05a0eda77556 diff --git a/Makefile b/Makefile index f32575b..21ca364 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,21 @@ +all: html dvi ps pdf img + html: - latex2html main.tex + latex2html -local_icons -no_math -no_footnode gapil.tex dvi: - latex main.tex + latex gapil.tex + +pdf: + pdflatex gapil.tex ps: - dvips -o gapil.ps main.dvi + dvips -o gapil.ps gapil.dvi -all: html dvi ps +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 *~ +