mirror of
https://github.com/glest/glest-source.git
synced 2025-09-03 13:02:37 +02:00
- fixes for build scripts to use common manpage variable name
This commit is contained in:
@@ -154,6 +154,11 @@ IF(NOT CMAKE_INSTALL_PREFIX STREQUAL "")
|
|||||||
${TARGET_NAME}
|
${TARGET_NAME}
|
||||||
DESTINATION ${MEGAGLEST_BIN_INSTALL_PATH})
|
DESTINATION ${MEGAGLEST_BIN_INSTALL_PATH})
|
||||||
|
|
||||||
|
# Installation of the program manpage file
|
||||||
|
INSTALL(FILES
|
||||||
|
"${PROJECT_SOURCE_DIR}/mk/linux/${TARGET_NAME_MANPAGE}"
|
||||||
|
DESTINATION ${MEGAGLEST_MANPAGE_INSTALL_PATH})
|
||||||
|
|
||||||
# Installation of the program config and image files
|
# Installation of the program config and image files
|
||||||
#INSTALL(FILES
|
#INSTALL(FILES
|
||||||
# "${PROJECT_SOURCE_DIR}/mk/linux/glest.ini"
|
# "${PROJECT_SOURCE_DIR}/mk/linux/glest.ini"
|
||||||
|
@@ -255,7 +255,7 @@ IF(NOT CMAKE_INSTALL_PREFIX STREQUAL "")
|
|||||||
|
|
||||||
# Installation of the program manpage file
|
# Installation of the program manpage file
|
||||||
INSTALL(FILES
|
INSTALL(FILES
|
||||||
"${PROJECT_SOURCE_DIR}/mk/linux/megaglest.6"
|
"${PROJECT_SOURCE_DIR}/mk/linux/${TARGET_NAME_MANPAGE}"
|
||||||
DESTINATION ${MEGAGLEST_MANPAGE_INSTALL_PATH})
|
DESTINATION ${MEGAGLEST_MANPAGE_INSTALL_PATH})
|
||||||
|
|
||||||
ELSE()
|
ELSE()
|
||||||
@@ -277,7 +277,7 @@ IF(NOT CMAKE_INSTALL_PREFIX STREQUAL "")
|
|||||||
|
|
||||||
# Installation of the program manpage file
|
# Installation of the program manpage file
|
||||||
INSTALL(FILES
|
INSTALL(FILES
|
||||||
"${PROJECT_SOURCE_DIR}/megaglest.6"
|
"${PROJECT_SOURCE_DIR}/${TARGET_NAME_MANPAGE}"
|
||||||
DESTINATION ${MEGAGLEST_MANPAGE_INSTALL_PATH})
|
DESTINATION ${MEGAGLEST_MANPAGE_INSTALL_PATH})
|
||||||
|
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
@@ -149,6 +149,11 @@ IF(NOT CMAKE_INSTALL_PREFIX STREQUAL "")
|
|||||||
${TARGET_NAME}
|
${TARGET_NAME}
|
||||||
DESTINATION ${MEGAGLEST_BIN_INSTALL_PATH})
|
DESTINATION ${MEGAGLEST_BIN_INSTALL_PATH})
|
||||||
|
|
||||||
|
# Installation of the program manpage file
|
||||||
|
INSTALL(FILES
|
||||||
|
"${PROJECT_SOURCE_DIR}/mk/linux/${TARGET_NAME_MANPAGE}"
|
||||||
|
DESTINATION ${MEGAGLEST_MANPAGE_INSTALL_PATH})
|
||||||
|
|
||||||
# Installation of the program config and image files
|
# Installation of the program config and image files
|
||||||
#INSTALL(FILES
|
#INSTALL(FILES
|
||||||
# "${PROJECT_SOURCE_DIR}/mk/linux/glest.ini"
|
# "${PROJECT_SOURCE_DIR}/mk/linux/glest.ini"
|
||||||
|
Reference in New Issue
Block a user