X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=Makefile;h=21ca364552ebcad4e4ce600b5fbd77bd18a97922;hp=aa05f50955ac9cc9428f399029154e601e5dc913;hb=8e2e384f75e8ea30c3ea290d736af1077f20117b;hpb=b03f3481edf22386feccf6e0fc72951d771b1b88 diff --git a/Makefile b/Makefile index aa05f50..21ca364 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,21 @@ +all: html dvi ps pdf img + +html: + latex2html -local_icons -no_math -no_footnode gapil.tex + +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 \ No newline at end of file + rm -f *.dvi *.log *.ps *.html *.aux *.toc *.rel *.ilg *.rip *.ind \ + *.pdf *.out *.idx *~ +