summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-02-10 13:39:28 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-02-10 13:39:28 -0500
commitb91861131dbf2199a26bcb05d39c79784da87626 (patch)
tree45249b3acb6512119f9ab39276f1d756687beab5
parent6b5feec6bd29446ffe6043cbecd4f23479fcff7f (diff)
docs/Makefile: build DesignDocument.pdf by default
-rw-r--r--docs/Makefile2
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))