summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile3
1 files changed, 2 insertions, 1 deletions
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