Add eps rule, create png with 300dpic
This commit is contained in:
parent
2744555a70
commit
7e08e5ac65
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -9,7 +9,10 @@ clean:
|
|||
rm -f *.png *.pdf *.svg
|
||||
|
||||
%.png: %.dot
|
||||
dot -Tpng < $< > $@
|
||||
dot -Tpng -Gdpi=300 < $< > $@
|
||||
|
||||
%.eps: %.dot
|
||||
dot -Teps < $< > $@
|
||||
|
||||
%.jpg: %.dot
|
||||
dot -Tjpg < $< > $@
|
||||
|
|
Loading…
Reference in a new issue