diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-25 16:01:59 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-27 17:45:13 +0200 |
commit | 95f19794241d78237d59e3571f4c552e4f4b5d1a (patch) | |
tree | 93959cec06ea4a7fc9be570d00681aa6365fb8a3 /doc/en/CMakeLists.txt | |
parent | d52441cefbf03bdd22d160234c11a7eb4bd34b8c (diff) | |
download | kbookreader-95f19794.tar.gz kbookreader-95f19794.zip |
Rename installed files to kbookreader.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 9d44dbef4aff3818594d4f45d861c1c4aa5c7116)
Diffstat (limited to 'doc/en/CMakeLists.txt')
-rw-r--r-- | doc/en/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt index 98b15b2..ba3ef3e 100644 --- a/doc/en/CMakeLists.txt +++ b/doc/en/CMakeLists.txt @@ -1 +1 @@ -tde_create_handbook( DESTINATION bookreader ) +tde_create_handbook( DESTINATION ${PROJECT_NAME} ) |