aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-08-15 09:58:58 -0700
committerJohn MacFarlane <[email protected]>2022-08-15 09:58:58 -0700
commit88a31332cdc992959d12066db4051fce575bb29e (patch)
treed6419b332d97fb12874767a938739f7d45c3a7f4 /Makefile
parent3c2b97df3298c974733cdc0873cc5fdf98e7dc8e (diff)
Makefile: Add man target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dab193fe5..4b65a5fff 100644
--- a/Makefile
+++ b/Makefile
@@ -77,6 +77,9 @@ fix_spacing: ## Fix trailing newlines and spaces
changes_github: ## copy this release's changes in gfm
pandoc --lua-filter tools/extract-changes.lua changelog.md -t gfm --wrap=none --template tools/changes_template.html | sed -e 's/\\#/#/g' | pbcopy
+man: man/pandoc.1 man/pandoc-server.1
+
+.PHONY: man
debpkg: ## create linux package
docker run -v `pwd`:/mnt \