rename manual directory to man

Avoids confusion between 'docs' and 'manual'.
This commit is contained in:
Sarah Hoffmann
2021-10-11 22:23:38 +02:00
parent 45344575c6
commit 381aecb952
4 changed files with 2 additions and 2 deletions

12
man/create-manpage.tmpl Normal file
View 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