diff --git a/documentation/graphs/Makefile b/documentation/graphs/Makefile index 6899fe9e..4574c484 100644 --- a/documentation/graphs/Makefile +++ b/documentation/graphs/Makefile @@ -1,6 +1,6 @@ #----------------------------------------------------------------------------- # -# $Id$ +# $Id: Makefile,v 0b19ac5acad2 2009/06/18 11:40:13 fp $ # #----------------------------------------------------------------------------- @@ -33,7 +33,7 @@ ps: $(PS) dot -Tps -o $@ $< %.pdf: %.ps - epstopdf $< + ps2pdf $< clean: @rm -f *.ps *.pdf