From 8ca0aafcdf262b75f255bbfdf0c4a681fc74bfac Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Fri, 4 Nov 2011 12:21:36 +0100 Subject: [PATCH] Use ps2pdf for graph generation. --- documentation/graphs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/graphs/Makefile b/documentation/graphs/Makefile index 6899fe9e..73f85b9d 100644 --- a/documentation/graphs/Makefile +++ b/documentation/graphs/Makefile @@ -33,7 +33,7 @@ ps: $(PS) dot -Tps -o $@ $< %.pdf: %.ps - epstopdf $< + ps2pdf $< clean: @rm -f *.ps *.pdf