diff options
-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)) |