From 5618c53dbb6af11c4048194da6485b3ab494746f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 17 Feb 2014 17:38:12 -0500 Subject: process all markdown documents by default --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.2.3