diff options
| author | John MacFarlane <[email protected]> | 2022-08-15 09:58:58 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-08-15 09:58:58 -0700 |
| commit | 88a31332cdc992959d12066db4051fce575bb29e (patch) | |
| tree | d6419b332d97fb12874767a938739f7d45c3a7f4 | |
| parent | 3c2b97df3298c974733cdc0873cc5fdf98e7dc8e (diff) | |
Makefile: Add man target.
| -rw-r--r-- | Makefile | 3 | ||||
| -rw-r--r-- | RELEASE-CHECKLIST | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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 \ diff --git a/RELEASE-CHECKLIST b/RELEASE-CHECKLIST index 429ac7fd7..d087977e5 100644 --- a/RELEASE-CHECKLIST +++ b/RELEASE-CHECKLIST @@ -1,6 +1,6 @@ [ ] make check [ ] make README.md and commit if needed -[ ] make man/pandoc.1 and man/pandoc-server.1 and commit if needed +[ ] make man [ ] Finalize changelog [ ] Update AUTHORS [ ] push release candidate branch rc/VERSION and (if it builds |
