summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-02-10 13:23:24 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-02-10 13:23:24 -0500
commit4c45c3a9791f43d0e94c5bf7d91f72deaf3a32a0 (patch)
treea5f5315c42a46caaf24442c573248481e81b8612 /docs/Makefile
parentc6d94fb81865017c9a2dd753b14cb18bbf400fc9 (diff)
docs/Makefile: make DesignDocument look ~ like Tomer wants
Diffstat (limited to 'docs/Makefile')
-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