mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
build man page without CMake
This commit is contained in:
6
Makefile
6
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
|
||||
|
||||
Reference in New Issue
Block a user