diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-02-10 13:39:28 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-02-10 13:39:28 -0500 |
commit | b91861131dbf2199a26bcb05d39c79784da87626 (patch) | |
tree | 45249b3acb6512119f9ab39276f1d756687beab5 /docs/Makefile | |
parent | 6b5feec6bd29446ffe6043cbecd4f23479fcff7f (diff) |
docs/Makefile: build DesignDocument.pdf by default
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile index 5082db3..ff2a1cb 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,4 +1,4 @@ -docs = ProductBacklog ProjectCharter ProjectLeaguerWorkloadBreakup +docs = ProductBacklog ProjectCharter ProjectLeaguerWorkloadBreakup DesignDocument pdf: $(addsuffix .pdf,$(docs)) html: $(addsuffix .html,$(docs)) |