build man page without CMake

This commit is contained in:
Sarah Hoffmann
2024-08-07 16:38:56 +02:00
parent 8e46458d9e
commit 474a22cb3b
6 changed files with 189 additions and 75 deletions

View File

@@ -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