From 66e8bf81734e0b2920505ed073097fa8e6c35f06 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 10 Feb 2014 13:53:25 -0500 Subject: DesignDocument: embed the graphviz UML --- docs/DesignDocument.md | 6 +++++- docs/Makefile | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/DesignDocument.md b/docs/DesignDocument.md index e754a71..fdb2a8c 100644 --- a/docs/DesignDocument.md +++ b/docs/DesignDocument.md @@ -196,4 +196,8 @@ User ## UML Diagram of Classes -TODO – I’m working on this – see images.pptx +TODO – I’m working on this – see images.pptx ~ Tomer + +So am I: ~ Luke + +![](DesignDocument.png)\ diff --git a/docs/Makefile b/docs/Makefile index ff2a1cb..4f236d4 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -12,6 +12,8 @@ html: $(addsuffix .html,$(docs)) ProductBacklog.pdf: SystemModel.png SystemModel.png: stickman.png + +DesignDocument.pdf: DesignDocument.png DesignDocument.pdf.args = --table-of-contents --number-sections -f markdown+definition_lists clean: -- cgit v1.2.3