From 1b20e896d3ca0f51579d7982a1f8ce3939aae937 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 31 Jan 2014 16:27:50 -0500 Subject: Transform Diagram01.png into graphviz --- docs/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/Makefile') 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 -- cgit v1.2.3-2-g168b