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 +- docs/ProductBacklog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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: diff --git a/docs/ProductBacklog.md b/docs/ProductBacklog.md index 28bd29e..cc7862f 100644 --- a/docs/ProductBacklog.md +++ b/docs/ProductBacklog.md @@ -50,7 +50,7 @@ gets in the way of our "easy to install" requirement. System Model ------------ -![](./Diagram01.jpg)\ +![](./SystemModel.png)\ Requirements ------------ -- cgit v1.2.3-2-g168b