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