]> git.openstreetmap.org Git - nominatim.git/blobdiff - Makefile
docs: rework library getting started
[nominatim.git] / Makefile
index 29243583431092b8b3f4812c84c5ea1a894290ec..cd7280fe193175eb2412f0de5719f32caf237ded 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -37,4 +37,8 @@ doc:
 serve-doc:
        mkdocs serve
 
-.PHONY: tests mypy pytest lint bdd build clean-build build-db build-api doc serve-doc
+manpage:
+       argparse-manpage --pyfile man/create-manpage.py --function get_parser --project-name Nominatim --url https://nominatim.org  > man/nominatim.1 --author 'the Nominatim developer community' --author-email info@nominatim.org
+
+
+.PHONY: tests mypy pytest lint bdd build clean-build build-db build-api doc serve-doc manpage