diff options
| author | Albert Krewinkel <[email protected]> | 2023-02-22 12:32:32 +0100 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2023-03-19 12:33:04 +0100 |
| commit | ec1a06f5effcf57c6c8d1bd30c47e316a2f13206 (patch) | |
| tree | ebf5cbcc3678867e2e902a4425210597d9d130ff /Makefile | |
| parent | 203a652e4318a6bce2685ea02b16c669b36fc16a (diff) | |
lua-filters.md: autogenerate parts of the Lua API docs
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
