diff options
author | Michele Calgaro <[email protected]> | 2024-03-08 12:21:07 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-08 12:21:07 +0900 |
commit | 872d31ed9082c412cdf510091ff33df6ada957ed (patch) | |
tree | 96b6b9db83ced5e1dca14bed3b044d94ebf3c613 /doc/kmouth | |
parent | b1185c8198875744d7920e2f49a866df31c85ea3 (diff) | |
download | tdeaccessibility-872d31ed9082c412cdf510091ff33df6ada957ed.tar.gz tdeaccessibility-872d31ed9082c412cdf510091ff33df6ada957ed.zip |
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/kmouth')
-rw-r--r-- | doc/kmouth/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/kmouth/CMakeLists.txt b/doc/kmouth/CMakeLists.txt index a0770d4..db17dfc 100644 --- a/doc/kmouth/CMakeLists.txt +++ b/doc/kmouth/CMakeLists.txt @@ -1,6 +1,6 @@ -FILE( GLOB EPS_FILES *.eps) +file( GLOB EPS_FILES *.eps) -INSTALL( +install( FILES ${EPS_FILES} DESTINATION ${HTML_INSTALL_DIR}/en/kmouth ) |