summaryrefslogtreecommitdiffstats
path: root/doc/man
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-08 12:19:44 +0900
commit4bf54459fd605043d79f25a29a957b3f76ce384e (patch)
treedee9808d6b6a9b4ddcdb3296c43363949591deea /doc/man
parente57d164dd221aea65127f74a28edc85cc75bf66a (diff)
downloadbibletime-4bf54459fd605043d79f25a29a957b3f76ce384e.tar.gz
bibletime-4bf54459fd605043d79f25a29a957b3f76ce384e.zip
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man')
-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