Use ps2pdf for graph generation.

This commit is contained in:
Florian Pose 2011-11-04 12:21:36 +01:00
parent ef4fc90c7d
commit e2f12c9e8d
1 changed files with 2 additions and 2 deletions

View File

@ -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