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