diff options
Diffstat (limited to 'docs/makefile')
-rw-r--r-- | docs/makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/makefile b/docs/makefile new file mode 100644 index 0000000..4c1d21a --- /dev/null +++ b/docs/makefile @@ -0,0 +1,4 @@ +all: plan.pdf + +%.pdf: %.adoc + asciidoctor -r asciidoctor-pdf -b pdf $< |