aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-10-17 21:55:25 -0700
committerJohn MacFarlane <[email protected]>2022-10-17 21:59:44 -0700
commit4de3a9c2cabfd0921751219a1ef9fea201943656 (patch)
treece1440dfd1bec5cfcb3e1c6321c761579807c2c3 /Makefile
parent1a61eec29325978c3bcbfa10e06e0f921b916efb (diff)
Add tools/latex-package-dependencies.lua.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0bb3e8d0b..cd546d4b8 100644
--- a/Makefile
+++ b/Makefile
@@ -113,6 +113,10 @@ changes_github: ## copy this release's changes in gfm
man: man/pandoc.1 man/pandoc-server.1 man/pandoc-lua.1 ## build man pages
.PHONY: man
+latex-package-dependencies: ## print packages used by default latex template
+ pandoc lua tools=latex-package-dependencies.lua
+.PHONY: latex-package-dependencies
+
coverage: ## code coverage information
cabal test \
--ghc-options='-fhpc $(GHCOPTS)' \