File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11ARGPARSE_BASEARGS =--author 'Sarah Hoffmann' --author-email 'lonvia@denofr.de' --project-name pyosmium --url https://github.com/osmcode/pyosmium/
2+ PYOSMIUM_VERSION =$(shell python3 -c 'import osmium.version;print(osmium.version.pyosmium_release) ' | tail -n 1)
23
34man :
45 mkdir -p man
5- argparse-manpage --module osmium.tools.pyosmium_get_changes --function get_arg_parser ${ARGPARSE_BASEARGS} --output man/pyosmium-get-changes.1
6- argparse-manpage --module osmium.tools.pyosmium_up_to_date --function get_arg_parser ${ARGPARSE_BASEARGS} --output man/pyosmium-up-to-date.1
6+ argparse-manpage --module osmium.tools.pyosmium_get_changes --version ' ${PYOSMIUM_VERSION} ' -- function get_arg_parser ${ARGPARSE_BASEARGS} --output man/pyosmium-get-changes.1
7+ argparse-manpage --module osmium.tools.pyosmium_up_to_date --version ' ${PYOSMIUM_VERSION} ' -- function get_arg_parser ${ARGPARSE_BASEARGS} --output man/pyosmium-up-to-date.1
78
89.PHONY : man
You can’t perform that action at this time.
0 commit comments