diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-22 16:53:05 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-22 16:53:05 +0200 |
commit | acea0828b8638764fa698aae54ba403912354bb8 (patch) | |
tree | f2cd7ae5e45977c67eefe74ad09f28bd33d3f857 /docs/makefile | |
parent | 1e124d005c8b3885ca960a3894019331ef288b5e (diff) |
clean up documents
Diffstat (limited to 'docs/makefile')
-rw-r--r-- | docs/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/makefile b/docs/makefile index 1fbb5b4..452eddf 100644 --- a/docs/makefile +++ b/docs/makefile @@ -15,6 +15,7 @@ ASCIIDOCTOR_ARGS += --require asciidoctor-bibtex ASCIIDOCTOR_ARGS += --require asciidoctor-pdf # ASCIIDOCTOR_ARGS += --require ./plugin/helloworld ASCIIDOCTOR_ARGS += --require asciidoctor-interdoc-reftext +ASCIIDOCTOR_ARGS += --require asciidoctor-lists ASCIIDOCTOR_ARGS += --backend pdf %.pdf: %.adoc $(PDFDEPS) bundle exec asciidoctor $(ASCIIDOCTOR_ARGS) $< |