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 00:21:39 +0200 |
commit | 9d44dbef4aff3818594d4f45d861c1c4aa5c7116 (patch) | |
tree | 2528852157b34263497777292b15e761f91eb4e2 /doc/en | |
parent | 230cf2cbfbc4561df749fbf2b00ff18d75ea5531 (diff) | |
download | kbookreader-9d44dbef4aff3818594d4f45d861c1c4aa5c7116.tar.gz kbookreader-9d44dbef4aff3818594d4f45d861c1c4aa5c7116.zip |
Rename installed files to kbookreader.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/en/index.docbook | 4 |
2 files changed, 3 insertions, 3 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} ) diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 72ee47d..421493d 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -1,7 +1,7 @@ <?xml version="1.0" ?> <!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ - <!ENTITY bookreader "<application>KBookReader</application>"> - <!ENTITY kappname "&bookreader;"> + <!ENTITY kbookreader "<application>KBookReader</application>"> + <!ENTITY kappname "&kbookreader;"> <!ENTITY % addindex "IGNORE"> <!ENTITY % English "INCLUDE"> ]> |