X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=Makefile;h=e23ceede40af969a78caa223de23914fdfe89b70;hp=3ce18629b987c83fa981776a006251a867a8363c;hb=f0cf1e6f39cc8e46cadf4a6cfe1420bd81f088c0;hpb=55bb7b212e8a450f8c9c0f840d5cf0de4c428380 diff --git a/Makefile b/Makefile index 3ce1862..e23ceed 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,19 @@ +all: html dvi ps pdf + html: latex2html -local_icons main.tex dvi: latex main.tex +pdf: + pdflatex main.tex + ps: dvips -o gapil.ps main.dvi -all: html dvi ps +install: + scp gapil piccardi@firenze.linux.it:public_html clean: rm -f *.dvi *.log *.ps *.html *.aux \ No newline at end of file