summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-02-17 17:38:12 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-02-17 17:38:12 -0500
commit5618c53dbb6af11c4048194da6485b3ab494746f (patch)
tree1f0be12ed70c8b67b4a15d1474ad0e92cecdfb40
parentd6fd52a71d2c3223b6776c8b0dfe77ea255394e5 (diff)
process all markdown documents by default
-rw-r--r--docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 18c0dc6..469b1a2 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -1,4 +1,4 @@
-docs = ProductBacklog ProjectCharter ProjectLeaguerWorkloadBreakup DesignDocument
+docs = $(patsubst %.md,%,$(wildcard *.md))
pdf: $(addsuffix .pdf,$(docs))
html: $(addsuffix .html,$(docs))