diff options
author | Slávek Banko <[email protected]> | 2020-06-17 17:39:05 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-06-17 18:00:29 +0200 |
commit | 2b1e96facec89dca959a32a4b27c48703abee8ea (patch) | |
tree | de394b8a135d95f167a62f927034b1c89b8d5a68 /doc/en | |
parent | 6ac3293a616ea771885496c84cce788959ad1d89 (diff) | |
download | kchmviewer-2b1e96facec89dca959a32a4b27c48703abee8ea.tar.gz kchmviewer-2b1e96facec89dca959a32a4b27c48703abee8ea.zip |
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install.
Use common cmake rules for documentation.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit bbee8816a455ab39501f68969b07bc191de3aaca)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt deleted file mode 100644 index ba3ef3e..0000000 --- a/doc/en/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -tde_create_handbook( DESTINATION ${PROJECT_NAME} ) |