]> mj.ucw.cz Git - ucwmac.git/blob - Makefile
Updated Makefile
[ucwmac.git] / Makefile
1 all: test.ps
2
3 %.dvi: %.tex
4         csplain $<
5
6 %.ps: %.dvi
7         dvips -D600 -o $@ -t a4 $<
8
9 %.pdf: %.tex
10         pdfcsplain $<
11
12 clean:
13         rm -f *~ *.log *.dvi *.ps *.aux