X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=Makefile;h=b4b5cd8907859a20a5f6388162164ab60d32859a;hp=988431ec6b5723b2dfe0169c2a0583109c63cfd9;hb=6e74264a76f38d92c33420801d6df62dae4fa64f;hpb=e323f7e103dac7a264d3ef335d23540719df2623 diff --git a/Makefile b/Makefile index 988431e..b4b5cd8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,20 @@ +all: html dvi ps pdf img +html: + latex2html -local_icons -no_math -no_footnote gapil.tex +dvi: + latex gapil.tex + +pdf: + pdflatex gapil.tex + +ps: + 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 +