Makefile: Add man target.
This commit is contained in:
parent
3c2b97df32
commit
88a31332cd
2 changed files with 4 additions and 1 deletions
3
Makefile
3
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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue