mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
rename manual directory to man
Avoids confusion between 'docs' and 'manual'.
This commit is contained in:
12
man/create-manpage.tmpl
Normal file
12
man/create-manpage.tmpl
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env python3
|
||||
import sys
|
||||
import os
|
||||
|
||||
sys.path.append('@PROJECT_SOURCE_DIR@')
|
||||
|
||||
from nominatim.cli import get_set_parser
|
||||
|
||||
def get_parser():
|
||||
parser = get_set_parser(phpcgi_path='@PHPCGI_BIN@')
|
||||
|
||||
return parser.parser
|
||||
Reference in New Issue
Block a user