Skip to content
Snippets Groups Projects
Commit f01b0217 authored by Florian Pose's avatar Florian Pose
Browse files

Use ps2pdf for graph generation.

--HG--
branch : stable-1.5
parent 37d3375b
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ ps: $(PS) ...@@ -33,7 +33,7 @@ ps: $(PS)
dot -Tps -o $@ $< dot -Tps -o $@ $<
%.pdf: %.ps %.pdf: %.ps
epstopdf $< ps2pdf $<
clean: clean:
@rm -f *.ps *.pdf @rm -f *.ps *.pdf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment