summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-02-10 18:47:37 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-02-10 18:47:37 -0500
commitf03bdddb78c3a251319823a281fc8962f09454fc (patch)
tree29ba87eeee90e53efbe760cb5bebe3692daab04e /docs/Makefile
parent06f1e40a0213e1335df90e6bb2f45fb79c6daa9e (diff)
Oh my god, I can import everything as a PDF
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index e81f701..b646976 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -9,11 +9,15 @@ html: $(addsuffix .html,$(docs))
pandoc -s $< -o $@
%.png: %.dot Makefile
dot -Tpng < $< > $@
+%.pdf: %.dot Makefile
+ dot -Tpdf < $< > $@
+%.pdf: %.pptx Makefile
+ soffice --headless --convert-to pdf $<
ProductBacklog.pdf: SystemModel.png
SystemModel.png: stickman.png
-DesignDocument.pdf: DesignDocument-classes.png
+DesignDocument.pdf: DesignDocument-architecture-model2.pdf DesignDocument-models.pdf DesignDocument-classes.pdf
DesignDocument.pdf.args = --table-of-contents --number-sections -f markdown+definition_lists
clean: