From: Martin Mares Date: Sat, 25 Sep 2010 15:46:31 +0000 (+0200) Subject: Updated Makefile X-Git-Tag: v0.1~3 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=40fd56db47463de0dd3a4985093e3d3eea0d5dde;p=ucwmac.git Updated Makefile --- diff --git a/Makefile b/Makefile index 97fd815..fcfaecb 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,13 @@ all: test.ps -include ../Makefile +%.dvi: %.tex + csplain $< + +%.ps: %.dvi + dvips -D600 -o $@ -t a4 $< + +%.pdf: %.tex + pdfcsplain $< + +clean: + rm -f *~ *.log *.dvi *.ps *.aux