diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-02-17 17:38:12 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-02-17 17:38:12 -0500 |
commit | 5618c53dbb6af11c4048194da6485b3ab494746f (patch) | |
tree | 1f0be12ed70c8b67b4a15d1474ad0e92cecdfb40 /docs | |
parent | d6fd52a71d2c3223b6776c8b0dfe77ea255394e5 (diff) |
process all markdown documents by default
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile | 2 |
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)) |