diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-11 11:34:08 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-11 11:34:08 +0200 |
commit | e5de3732057827a6e2194b967e3a419591bcea34 (patch) | |
tree | eb0bd4daa47b4e7612e4f1ae6467b274ec1e448c /docs/makefile | |
parent | 4b405fe0f6dbf6c6e377c1b04f20be27d7b7a761 (diff) |
WIP docs
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 $< |