Skip to content

Commit 40a1a9a

Browse files
committed
add makefile for building man pages
1 parent 8c73cc5 commit 40a1a9a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
ARGPARSE_BASEARGS=--author 'Sarah Hoffmann' --author-email '[email protected]' --project-name pyosmium --url https://github.com/osmcode/pyosmium/
2+
3+
man:
4+
mkdir -p man
5+
argparse-manpage --pyfile ../tools/pyosmium-get-changes --function get_arg_parser ${ARGPARSE_BASEARGS} --output man/pyosmium-get-changes.1
6+
argparse-manpage --pyfile ../tools/pyosmium-up-to-date --function get_arg_parser ${ARGPARSE_BASEARGS} --output man/pyosmium-up-to-date.1
7+
8+
.PHONY: man

0 commit comments

Comments
 (0)