diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-08 12:23:34 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-08 12:23:34 +0900 |
commit | 18f0d166fa5daef191a086f140a942c675159143 (patch) | |
tree | 9ff3a10d5ce48ec4a73b569067b087850a8b672d | |
parent | 5de438c7a1bee9cc4b9b54378c7678f8024df4ba (diff) | |
download | tdetoys-18f0d166fa5daef191a086f140a942c675159143.tar.gz tdetoys-18f0d166fa5daef191a086f140a942c675159143.zip |
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | doc/amor/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/kodo/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/kteatime/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/ktux/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/kweather/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/kworldclock/CMakeLists.txt | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/doc/amor/CMakeLists.txt b/doc/amor/CMakeLists.txt index d4791cc..490c236 100644 --- a/doc/amor/CMakeLists.txt +++ b/doc/amor/CMakeLists.txt @@ -11,7 +11,7 @@ tde_create_handbook( DESTINATION amor ) -INSTALL( +install( FILES amor.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/kodo/CMakeLists.txt b/doc/kodo/CMakeLists.txt index 93fc8cf..d6f7386 100644 --- a/doc/kodo/CMakeLists.txt +++ b/doc/kodo/CMakeLists.txt @@ -11,7 +11,7 @@ tde_create_handbook( DESTINATION kodo ) -INSTALL( +install( FILES kodo.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/kteatime/CMakeLists.txt b/doc/kteatime/CMakeLists.txt index 73c6c43..35fbaf6 100644 --- a/doc/kteatime/CMakeLists.txt +++ b/doc/kteatime/CMakeLists.txt @@ -11,7 +11,7 @@ tde_create_handbook( DESTINATION kteatime ) -INSTALL( +install( FILES kteatime.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/ktux/CMakeLists.txt b/doc/ktux/CMakeLists.txt index d844881..3ab85aa 100644 --- a/doc/ktux/CMakeLists.txt +++ b/doc/ktux/CMakeLists.txt @@ -1,4 +1,4 @@ -INSTALL( +install( FILES ktux.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/kweather/CMakeLists.txt b/doc/kweather/CMakeLists.txt index 6088ebc..56153c3 100644 --- a/doc/kweather/CMakeLists.txt +++ b/doc/kweather/CMakeLists.txt @@ -11,7 +11,7 @@ tde_create_handbook( DESTINATION kweather ) -INSTALL( +install( FILES kweatherreport.1 kweatherservice.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/kworldclock/CMakeLists.txt b/doc/kworldclock/CMakeLists.txt index fec1933..196bfc9 100644 --- a/doc/kworldclock/CMakeLists.txt +++ b/doc/kworldclock/CMakeLists.txt @@ -11,7 +11,7 @@ tde_create_handbook( DESTINATION kworldclock ) -INSTALL( +install( FILES kworldclock.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc |