diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-02-10 18:47:02 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-02-10 18:47:02 -0500 |
commit | 06f1e40a0213e1335df90e6bb2f45fb79c6daa9e (patch) | |
tree | 27d73df5e8e090e1e49e33430da4cc1099e311b4 /docs | |
parent | 59f397f6a0c8e810fdcef3c90fd4aae028bf3719 (diff) |
mv DesignDocument{,-classes}.dot # and supporting changes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/DesignDocument-classes.dot (renamed from docs/DesignDocument.dot) | 0 | ||||
-rw-r--r-- | docs/DesignDocument.md | 2 | ||||
-rw-r--r-- | docs/Makefile | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/DesignDocument.dot b/docs/DesignDocument-classes.dot index 000256d..000256d 100644 --- a/docs/DesignDocument.dot +++ b/docs/DesignDocument-classes.dot diff --git a/docs/DesignDocument.md b/docs/DesignDocument.md index ecad56f..e66f473 100644 --- a/docs/DesignDocument.md +++ b/docs/DesignDocument.md @@ -329,4 +329,4 @@ TODO ā Iām working on this ā see images.pptx ~ Tomer So am I: ~ Luke -![](DesignDocument.png)\ +![](DesignDocument-classes.png)\ diff --git a/docs/Makefile b/docs/Makefile index 4f236d4..e81f701 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -13,7 +13,7 @@ html: $(addsuffix .html,$(docs)) ProductBacklog.pdf: SystemModel.png SystemModel.png: stickman.png -DesignDocument.pdf: DesignDocument.png +DesignDocument.pdf: DesignDocument-classes.png DesignDocument.pdf.args = --table-of-contents --number-sections -f markdown+definition_lists clean: |