We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c73cc5 commit 40a1a9aCopy full SHA for 40a1a9a
docs/Makefile
@@ -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