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:
@@ -200,7 +200,7 @@ endif()
|
|||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
|
|
||||||
if (BUILD_MANPAGE)
|
if (BUILD_MANPAGE)
|
||||||
add_subdirectory(manual)
|
add_subdirectory(man)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Creates and installs manual page
|
# Creates and installs manual page
|
||||||
|
|
||||||
configure_file(${PROJECT_SOURCE_DIR}/manual/create-manpage.tmpl create_manpage.py)
|
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/create-manpage.tmpl create_manpage.py)
|
||||||
|
|
||||||
find_program(ARGPARSEMANPAGE argparse-manpage)
|
find_program(ARGPARSEMANPAGE argparse-manpage)
|
||||||
|
|
||||||
Reference in New Issue
Block a user