diff options
author | Michele Calgaro <[email protected]> | 2024-03-08 12:24:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-08 12:24:52 +0900 |
commit | ef286ccbfc6c60bb81b39b3ad4316506f848448a (patch) | |
tree | ce77332146603c1c8368449cd4bdc4e82f7a9d3c | |
parent | f1feef723f70c8baa45a11fe34c59f29cc2c3a13 (diff) | |
download | libart-lgpl-ef286ccbfc6c60bb81b39b3ad4316506f848448a.tar.gz libart-lgpl-ef286ccbfc6c60bb81b39b3ad4316506f848448a.zip |
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | doc/man/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt index 0cf1b67..aee623f 100644 --- a/doc/man/CMakeLists.txt +++ b/doc/man/CMakeLists.txt @@ -1,4 +1,4 @@ -INSTALL( +install( FILES libart2-config.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc |