summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-08 12:19:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-09 22:31:52 +0900
commit5ffb70952680f342c12a51d5572b9945451c0a99 (patch)
tree7e6972960fb2d760ebd433a5e219d2f253d2ce54
parentf4cae6051e14f623cd59fe48b44e6483274b0232 (diff)
downloadbibletime-5ffb70952680f342c12a51d5572b9945451c0a99.tar.gz
bibletime-5ffb70952680f342c12a51d5572b9945451c0a99.zip
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4bf54459fd605043d79f25a29a957b3f76ce384e)
-rw-r--r--doc/man/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt
index 60c7e44..cc9e9ce 100644
--- a/doc/man/CMakeLists.txt
+++ b/doc/man/CMakeLists.txt
@@ -32,7 +32,7 @@ foreach( _dir IN LISTS _dirs )
set( _lang_dir "/${_lang}" )
endif()
foreach( _man_section IN LISTS _man_sections )
- INSTALL(
+ install(
FILES ${_man_files_${_man_section}}
DESTINATION ${MAN_INSTALL_DIR}${_lang_dir}/man${_man_section}
COMPONENT doc