]> git.openstreetmap.org Git - nominatim.git/commitdiff
rename manual directory to man
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 11 Oct 2021 20:23:38 +0000 (22:23 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 18 Oct 2021 07:03:07 +0000 (09:03 +0200)
Avoids confusion between 'docs' and 'manual'.

CMakeLists.txt
man/CMakeLists.txt [moved from manual/CMakeLists.txt with 85% similarity]
man/create-manpage.tmpl [moved from manual/create-manpage.tmpl with 100% similarity]
man/nominatim.1 [moved from manual/nominatim.1 with 100% similarity]

index af9c546ebd43548f425f7b342b8297cdc9720f02..7ab4fb7c6a9bf65c5ba916b504152b3661d58f47 100644 (file)
@@ -200,7 +200,7 @@ endif()
 #-----------------------------------------------------------------------------
 
 if (BUILD_MANPAGE)
-   add_subdirectory(manual)
+   add_subdirectory(man)
 endif()
 
 #-----------------------------------------------------------------------------
similarity index 85%
rename from manual/CMakeLists.txt
rename to man/CMakeLists.txt
index 9b69b790e82bbb71211e5bc62a12539ab9a878df..51e48d333eba76e8278f10202f7904799cb79fbb 100644 (file)
@@ -1,6 +1,6 @@
 # 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)
 
similarity index 100%
rename from manual/nominatim.1
rename to man/nominatim.1