diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-08 12:22:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-09 11:26:04 +0900 |
commit | a3953252c85f677043ece5b27a1c368f653ea14a (patch) | |
tree | 87b2c5915d947ff5459c8d288b662da8d12cdd64 | |
parent | 75498f217910b7eeab7c64f0276afbf1f1c1c3ab (diff) | |
download | tdenetwork-a3953252c85f677043ece5b27a1c368f653ea14a.tar.gz tdenetwork-a3953252c85f677043ece5b27a1c368f653ea14a.zip |
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit caba1a9ad8042154c610ec21ac5734dd3c95f744)
-rw-r--r-- | doc/man/kdict/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/man/kget/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/man/kopete/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/man/kwifimanager/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/man/lisa/CMakeLists.txt | 2 |
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 |