documentation/graphs/Makefile
changeset 1202 91d190223daa
parent 1174 235f34ca50e2
child 1203 acb649738601
--- a/documentation/graphs/Makefile	Wed Aug 13 14:37:54 2008 +0000
+++ b/documentation/graphs/Makefile	Wed Aug 13 15:51:26 2008 +0000
@@ -20,13 +20,17 @@
 
 #-----------------------------------------------------------------------------
 
-all: $(PDF)
+all: pdf
+
+pdf: $(PDF)
+
+ps: $(PS)
 
 %.ps: %.dot
 	dot -Tps -o $@ $<
 
 %.pdf: %.ps
-	ps2pdf $<
+	epstopdf $<
 
 clean:
 	@rm -f *.ps *.pdf