]> mj.ucw.cz Git - ucwmac.git/commitdiff
Updated Makefile
authorMartin Mares <mj@ucw.cz>
Sat, 25 Sep 2010 15:46:31 +0000 (17:46 +0200)
committerMartin Mares <mj@ucw.cz>
Sat, 9 Oct 2010 11:14:11 +0000 (13:14 +0200)
Makefile

index 97fd81515405aa4510332232b441353ba7b8d3ef..fcfaecbeabdb4c25e8a1e811664bb0fbd5f3667c 100644 (file)
--- 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