summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-08 12:22:19 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-08 12:22:19 +0900
commit7febd6678daafb42bfb00335211b319a0ce34458 (patch)
tree639c3c262cc1b8cf725e29e9cd8b2132a657e3a7
parent108c4a3a4ae4cdda98e46741c83666b3a7e13d03 (diff)
downloadtdegraphics-7febd6678daafb42bfb00335211b319a0ce34458.tar.gz
tdegraphics-7febd6678daafb42bfb00335211b319a0ce34458.zip
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeLists.txt8
-rw-r--r--doc/man/kcoloredit/CMakeLists.txt2
-rw-r--r--doc/man/kdvi/CMakeLists.txt2
-rw-r--r--doc/man/kfax/CMakeLists.txt2
-rw-r--r--doc/man/kfaxview/CMakeLists.txt2
-rw-r--r--doc/man/kghostview/CMakeLists.txt2
-rw-r--r--doc/man/kolourpaint/CMakeLists.txt2
-rw-r--r--doc/man/kooka/CMakeLists.txt2
-rw-r--r--doc/man/kpdf/CMakeLists.txt2
-rw-r--r--doc/man/kpovmodeler/CMakeLists.txt2
-rw-r--r--doc/man/kruler/CMakeLists.txt2
-rw-r--r--doc/man/ksnapshot/CMakeLists.txt2
-rw-r--r--doc/man/kuickshow/CMakeLists.txt2
-rw-r--r--doc/man/kview/CMakeLists.txt2
-rw-r--r--doc/man/kviewshell/CMakeLists.txt2
-rw-r--r--doc/man/tdeiconedit/CMakeLists.txt2
16 files changed, 19 insertions, 19 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8780151d..6196a003 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -46,12 +46,12 @@ tde_setup_paths( )
##### optional stuff ############################
-OPTION( WITH_ALL_OPTIONS "Enable all optional support" OFF )
+option( WITH_ALL_OPTIONS "Enable all optional support" OFF )
option( WITH_PAPER "Enable libpaper support" ${WITH_ALL_OPTIONS} )
-OPTION( WITH_TIFF "Enable tiff support (tdefile-plugins)" ${WITH_ALL_OPTIONS} )
-OPTION( WITH_OPENEXR "Enable openexr support (tdefile-plugins)" ${WITH_ALL_OPTIONS} )
-OPTION( WITH_PDF "Enable pdf support (tdefile-plugins)" ${WITH_ALL_OPTIONS} )
+option( WITH_TIFF "Enable tiff support (tdefile-plugins)" ${WITH_ALL_OPTIONS} )
+option( WITH_OPENEXR "Enable openexr support (tdefile-plugins)" ${WITH_ALL_OPTIONS} )
+option( WITH_PDF "Enable pdf support (tdefile-plugins)" ${WITH_ALL_OPTIONS} )
##### options comments ##########################
diff --git a/doc/man/kcoloredit/CMakeLists.txt b/doc/man/kcoloredit/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/kcoloredit/CMakeLists.txt
+++ b/doc/man/kcoloredit/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/kdvi/CMakeLists.txt b/doc/man/kdvi/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/kdvi/CMakeLists.txt
+++ b/doc/man/kdvi/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/kfax/CMakeLists.txt b/doc/man/kfax/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/kfax/CMakeLists.txt
+++ b/doc/man/kfax/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/kfaxview/CMakeLists.txt b/doc/man/kfaxview/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/kfaxview/CMakeLists.txt
+++ b/doc/man/kfaxview/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/kghostview/CMakeLists.txt b/doc/man/kghostview/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/kghostview/CMakeLists.txt
+++ b/doc/man/kghostview/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/kolourpaint/CMakeLists.txt b/doc/man/kolourpaint/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/kolourpaint/CMakeLists.txt
+++ b/doc/man/kolourpaint/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/kooka/CMakeLists.txt b/doc/man/kooka/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/kooka/CMakeLists.txt
+++ b/doc/man/kooka/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/kpdf/CMakeLists.txt b/doc/man/kpdf/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/kpdf/CMakeLists.txt
+++ b/doc/man/kpdf/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/kpovmodeler/CMakeLists.txt b/doc/man/kpovmodeler/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/kpovmodeler/CMakeLists.txt
+++ b/doc/man/kpovmodeler/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/kruler/CMakeLists.txt b/doc/man/kruler/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/kruler/CMakeLists.txt
+++ b/doc/man/kruler/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/ksnapshot/CMakeLists.txt b/doc/man/ksnapshot/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/ksnapshot/CMakeLists.txt
+++ b/doc/man/ksnapshot/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/kuickshow/CMakeLists.txt b/doc/man/kuickshow/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/kuickshow/CMakeLists.txt
+++ b/doc/man/kuickshow/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/kview/CMakeLists.txt b/doc/man/kview/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/kview/CMakeLists.txt
+++ b/doc/man/kview/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/kviewshell/CMakeLists.txt b/doc/man/kviewshell/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/kviewshell/CMakeLists.txt
+++ b/doc/man/kviewshell/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/tdeiconedit/CMakeLists.txt b/doc/man/tdeiconedit/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/tdeiconedit/CMakeLists.txt
+++ b/doc/man/tdeiconedit/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