From 23b0784dbdf5cf1dfc9b1d1f942a56d6888c6d0f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 31 Jan 2014 16:28:06 -0500 Subject: ProductBacklog: use the graphviz file --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/Makefile') diff --git a/docs/Makefile b/docs/Makefile index 28508a4..7a239c4 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -10,7 +10,7 @@ html: $(addsuffix .html,$(docs)) %.png: %.dot Makefile dot -Tpng < $< > $@ -ProductBacklog.pdf: Diagram01.jpg +ProductBacklog.pdf: SystemModel.png SystemModel.png: stickman.png clean: -- cgit v1.2.3-2-g168b