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/Makefile') 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-2-g168b From de11084b4ed4574403dfbb16d059b04266af9323 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 10 Feb 2014 13:33:59 -0500 Subject: DesignDocument: give the views rails-like names --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/Makefile') diff --git a/docs/Makefile b/docs/Makefile index b12a990..5082db3 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -12,7 +12,7 @@ html: $(addsuffix .html,$(docs)) ProductBacklog.pdf: SystemModel.png SystemModel.png: stickman.png -DesignDocument.pdf.args = --table-of-contents --number-sections +DesignDocument.pdf.args = --table-of-contents --number-sections -f markdown+definition_lists clean: rm -f -- *.pdf *.html -- cgit v1.2.3-2-g168b From b91861131dbf2199a26bcb05d39c79784da87626 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 10 Feb 2014 13:39:28 -0500 Subject: docs/Makefile: build DesignDocument.pdf by default --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/Makefile') diff --git a/docs/Makefile b/docs/Makefile index 5082db3..ff2a1cb 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,4 +1,4 @@ -docs = ProductBacklog ProjectCharter ProjectLeaguerWorkloadBreakup +docs = ProductBacklog ProjectCharter ProjectLeaguerWorkloadBreakup DesignDocument pdf: $(addsuffix .pdf,$(docs)) html: $(addsuffix .html,$(docs)) -- cgit v1.2.3-2-g168b From 66e8bf81734e0b2920505ed073097fa8e6c35f06 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 10 Feb 2014 13:53:25 -0500 Subject: DesignDocument: embed the graphviz UML --- docs/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/Makefile') diff --git a/docs/Makefile b/docs/Makefile index ff2a1cb..4f236d4 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -12,6 +12,8 @@ html: $(addsuffix .html,$(docs)) ProductBacklog.pdf: SystemModel.png SystemModel.png: stickman.png + +DesignDocument.pdf: DesignDocument.png DesignDocument.pdf.args = --table-of-contents --number-sections -f markdown+definition_lists clean: -- cgit v1.2.3-2-g168b