summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
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: