summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-08 12:22:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-08 12:22:55 +0900
commitcaba1a9ad8042154c610ec21ac5734dd3c95f744 (patch)
tree82b3e9b59b4ac13e11bc4da6b115272155da20d2
parentba0bdc38c35c742566cd30181fc6b31c38c79811 (diff)
downloadtdenetwork-caba1a9ad8042154c610ec21ac5734dd3c95f744.tar.gz
tdenetwork-caba1a9ad8042154c610ec21ac5734dd3c95f744.zip
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--doc/man/kdict/CMakeLists.txt2
-rw-r--r--doc/man/kget/CMakeLists.txt2
-rw-r--r--doc/man/kopete/CMakeLists.txt2
-rw-r--r--doc/man/kwifimanager/CMakeLists.txt2
-rw-r--r--doc/man/lisa/CMakeLists.txt2
5 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/kdict/CMakeLists.txt b/doc/man/kdict/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/kdict/CMakeLists.txt
+++ b/doc/man/kdict/CMakeLists.txt
@@ -1,6 +1,6 @@
file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
-INSTALL(
+install(
FILES ${_man_files}
DESTINATION ${MAN_INSTALL_DIR}/man1
COMPONENT doc
diff --git a/doc/man/kget/CMakeLists.txt b/doc/man/kget/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/kget/CMakeLists.txt
+++ b/doc/man/kget/CMakeLists.txt
@@ -1,6 +1,6 @@
file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
-INSTALL(
+install(
FILES ${_man_files}
DESTINATION ${MAN_INSTALL_DIR}/man1
COMPONENT doc
diff --git a/doc/man/kopete/CMakeLists.txt b/doc/man/kopete/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/kopete/CMakeLists.txt
+++ b/doc/man/kopete/CMakeLists.txt
@@ -1,6 +1,6 @@
file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
-INSTALL(
+install(
FILES ${_man_files}
DESTINATION ${MAN_INSTALL_DIR}/man1
COMPONENT doc
diff --git a/doc/man/kwifimanager/CMakeLists.txt b/doc/man/kwifimanager/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/kwifimanager/CMakeLists.txt
+++ b/doc/man/kwifimanager/CMakeLists.txt
@@ -1,6 +1,6 @@
file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
-INSTALL(
+install(
FILES ${_man_files}
DESTINATION ${MAN_INSTALL_DIR}/man1
COMPONENT doc
diff --git a/doc/man/lisa/CMakeLists.txt b/doc/man/lisa/CMakeLists.txt
index ef877c22..1f82ea5c 100644
--- a/doc/man/lisa/CMakeLists.txt
+++ b/doc/man/lisa/CMakeLists.txt
@@ -1,6 +1,6 @@
file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.8 )
-INSTALL(
+install(
FILES ${_man_files}
DESTINATION ${MAN_INSTALL_DIR}/man8
COMPONENT doc