diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-31 16:27:50 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-31 16:27:50 -0500 |
commit | 1b20e896d3ca0f51579d7982a1f8ce3939aae937 (patch) | |
tree | c4c9379a2714342b4469fcc20ea502fa7c7c9486 /docs/Makefile | |
parent | 2249ff17986ea5dc9fe25845a51c25ff27daee58 (diff) |
Transform Diagram01.png into graphviz
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile index 277c18a..28508a4 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -7,8 +7,11 @@ html: $(addsuffix .html,$(docs)) pandoc -s $< -o $@ %.html: %.md Makefile pandoc -s $< -o $@ +%.png: %.dot Makefile + dot -Tpng < $< > $@ ProductBacklog.pdf: Diagram01.jpg +SystemModel.png: stickman.png clean: rm -f -- *.pdf *.html |