aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-05-11 10:41:25 -0700
committerJohn MacFarlane <[email protected]>2025-05-11 10:41:25 -0700
commitbd7d5ae7f16993cf65fe20d7aec1325081573ffe (patch)
tree0af8f93257f5dce53edef3ee3f2771d9e87cba7f /Makefile
parent5d0a395ed9972308b21fc70d18c65383abae1a0d (diff)
Makefile: fix typo in latex-package-dependencies target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ae8f27944..36e9c379c 100644
--- a/Makefile
+++ b/Makefile
@@ -144,7 +144,7 @@ man: pandoc-cli/man/pandoc.1 pandoc-cli/man/pandoc-server.1 pandoc-cli/man/pando
.PHONY: man
latex-package-dependencies: ## print packages used by default latex template
- $(pandoc) lua tools=latex-package-dependencies.lua
+ $(pandoc) lua tools/latex-package-dependencies.lua
.PHONY: latex-package-dependencies
coverage: ## code coverage information