5 build: clean-build build-db build-api
11 python3 -m build packaging/nominatim-db --outdir dist/
14 python3 -m build packaging/nominatim-api --outdir dist/
18 tests: mypy lint pytest bdd
21 mypy --strict --python-version 3.8 src
30 cd test/bdd; behave -DREMOVE_TEMPLATE=1
41 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
44 .PHONY: tests mypy pytest lint bdd build clean-build build-db build-api doc serve-doc manpage