summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-01-31 16:27:50 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-01-31 16:27:50 -0500
commit1b20e896d3ca0f51579d7982a1f8ce3939aae937 (patch)
treec4c9379a2714342b4469fcc20ea502fa7c7c9486 /docs/Makefile
parent2249ff17986ea5dc9fe25845a51c25ff27daee58 (diff)
Transform Diagram01.png into graphviz
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile3
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