X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=Makefile;h=c27c57962620bd89efa8a0481c0d9b77f2a47b62;hp=b05b98d697a444217aaf0ac19cad963445955fa5;hb=88fefd4ca97449596a2b8689e89de5e66d9d6758;hpb=51ba94804686269c5967e2a30590fa167c059442 diff --git a/Makefile b/Makefile index b05b98d..c27c579 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,20 @@ +all: html dvi ps pdf img html: - latex2html main.tex + latex2html -local_icons -no_math -no_footnode gapil.tex dvi: - latex main.tex -ps: dvi - dvips -o gapil.ps main.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 *.aux \ No newline at end of file + rm -f *.dvi *.log *.ps *.html *.aux +