From 4c45c3a9791f43d0e94c5bf7d91f72deaf3a32a0 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 10 Feb 2014 13:23:24 -0500 Subject: docs/Makefile: make DesignDocument look ~ like Tomer wants --- docs/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/Makefile b/docs/Makefile index 7a239c4..b12a990 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -4,7 +4,7 @@ pdf: $(addsuffix .pdf,$(docs)) html: $(addsuffix .html,$(docs)) %.pdf: %.md Makefile - pandoc -s $< -o $@ + pandoc $($@.args) -s $< -o $@ %.html: %.md Makefile pandoc -s $< -o $@ %.png: %.dot Makefile @@ -12,6 +12,7 @@ html: $(addsuffix .html,$(docs)) ProductBacklog.pdf: SystemModel.png SystemModel.png: stickman.png +DesignDocument.pdf.args = --table-of-contents --number-sections clean: rm -f -- *.pdf *.html -- cgit v1.2.3