From 2e8ad8b923787494b588ed8f978aac61a59803ef Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 8 Mar 2024 12:22:44 +0900 Subject: cmake files: change keywords to lower case Signed-off-by: Michele Calgaro --- doc/man/juk/CMakeLists.txt | 2 +- doc/man/kaboodle/CMakeLists.txt | 2 +- doc/man/kaudiocreator/CMakeLists.txt | 2 +- doc/man/kmix/CMakeLists.txt | 2 +- doc/man/krec/CMakeLists.txt | 2 +- doc/man/noatun/CMakeLists.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/man/juk/CMakeLists.txt b/doc/man/juk/CMakeLists.txt index 24ccd704..65c83b94 100644 --- a/doc/man/juk/CMakeLists.txt +++ b/doc/man/juk/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/kaboodle/CMakeLists.txt b/doc/man/kaboodle/CMakeLists.txt index 24ccd704..65c83b94 100644 --- a/doc/man/kaboodle/CMakeLists.txt +++ b/doc/man/kaboodle/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/kaudiocreator/CMakeLists.txt b/doc/man/kaudiocreator/CMakeLists.txt index 24ccd704..65c83b94 100644 --- a/doc/man/kaudiocreator/CMakeLists.txt +++ b/doc/man/kaudiocreator/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/kmix/CMakeLists.txt b/doc/man/kmix/CMakeLists.txt index 24ccd704..65c83b94 100644 --- a/doc/man/kmix/CMakeLists.txt +++ b/doc/man/kmix/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/krec/CMakeLists.txt b/doc/man/krec/CMakeLists.txt index 24ccd704..65c83b94 100644 --- a/doc/man/krec/CMakeLists.txt +++ b/doc/man/krec/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/noatun/CMakeLists.txt b/doc/man/noatun/CMakeLists.txt index 24ccd704..65c83b94 100644 --- a/doc/man/noatun/CMakeLists.txt +++ b/doc/man/noatun/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 -- cgit v1.2.1