aboutsummaryrefslogtreecommitdiff
path: root/docs/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-04-11 11:34:08 +0200
committerlonkaars <loek@pipeframe.xyz>2024-04-11 11:34:08 +0200
commite5de3732057827a6e2194b967e3a419591bcea34 (patch)
treeeb0bd4daa47b4e7612e4f1ae6467b274ec1e448c /docs/makefile
parent4b405fe0f6dbf6c6e377c1b04f20be27d7b7a761 (diff)
WIP docs
Diffstat (limited to 'docs/makefile')
-rw-r--r--docs/makefile4
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 $<