diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-02-10 13:53:25 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-02-10 13:53:25 -0500 |
commit | 66e8bf81734e0b2920505ed073097fa8e6c35f06 (patch) | |
tree | b89cb7009017952d6bf9b6b62c326fa883031383 | |
parent | 499bbc781ac2327015cf654225ffe43caff5cbc7 (diff) |
DesignDocument: embed the graphviz UML
-rw-r--r-- | docs/DesignDocument.md | 6 | ||||
-rw-r--r-- | docs/Makefile | 2 |
2 files changed, 7 insertions, 1 deletions
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 + +\ 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: |