aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2023-02-22 12:32:32 +0100
committerAlbert Krewinkel <[email protected]>2023-03-19 12:33:04 +0100
commitec1a06f5effcf57c6c8d1bd30c47e316a2f13206 (patch)
treeebf5cbcc3678867e2e902a4425210597d9d130ff /Makefile
parent203a652e4318a6bce2685ea02b16c669b36fc16a (diff)
lua-filters.md: autogenerate parts of the Lua API docs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 21f454fa4..fcd5e528d 100644
--- a/Makefile
+++ b/Makefile
@@ -175,10 +175,11 @@ README.md: README.template MANUAL.txt tools/update-readme.lua
--reference-location=section -t gfm $< -o $@
doc/lua-filters.md: tools/update-lua-module-docs.lua ## update lua-filters.md module docs
- cabal run pandoc -- --standalone \
+ cabal run pandoc-cli -- \
+ --standalone \
--reference-links \
- --lua-filter=$< \
--columns=66 \
+ --from=$< \
--output=$@ \
$@
.PHONY: doc/lua-filters.md