X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=Makefile;h=3ce18629b987c83fa981776a006251a867a8363c;hb=76c2def510b553794baef8313e00d64b75652c3c;hp=988431ec6b5723b2dfe0169c2a0583109c63cfd9;hpb=e323f7e103dac7a264d3ef335d23540719df2623;p=gapil.git diff --git a/Makefile b/Makefile index 988431e..3ce1862 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,13 @@ +html: + latex2html -local_icons main.tex +dvi: + latex main.tex +ps: + dvips -o gapil.ps main.dvi + +all: html dvi ps clean: - rm -f *.dvi *.log *.ps *.html \ No newline at end of file + rm -f *.dvi *.log *.ps *.html *.aux \ No newline at end of file