summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)' \