diff options
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile index 277c18a..28508a4 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -7,8 +7,11 @@ html: $(addsuffix .html,$(docs)) pandoc -s $< -o $@ %.html: %.md Makefile pandoc -s $< -o $@ +%.png: %.dot Makefile + dot -Tpng < $< > $@ ProductBacklog.pdf: Diagram01.jpg +SystemModel.png: stickman.png clean: rm -f -- *.pdf *.html |