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