comparison 2__Other/cv/Makefile @ 9:ab6d1911a65f

report final (I hope)
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Wed, 19 Jun 2013 16:16:04 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:8d228bdf51b9
1 TARGET=cv-nina-engelhardt.pdf
2
3 all: $(TARGET)
4
5 %.pdf: %.ps
6 ps2pdf14 $<
7
8 %.ps: %.dvi
9 dvips -Ppdf -G0 $< -o $@
10
11 %.dvi: %.tex
12 latex $<
13
14 clean:
15 rm -f *.log *.aux $(TARGET) *.ps *.dvi
16