diff options
author | Slávek Banko <[email protected]> | 2021-07-29 17:04:52 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-29 17:05:40 +0200 |
commit | f9bde9016f9683e0b101616606b1b7f78af234ef (patch) | |
tree | a01f0529224e5c5de63a3c1fc018c55a15fccafd /doc/en/CMakeLists.txt | |
parent | 40c237ca9ffd329e91a23fe46364aead4e9493e8 (diff) | |
download | tdeio-sword-f9bde9016f9683e0b101616606b1b7f78af234ef.tar.gz tdeio-sword-f9bde9016f9683e0b101616606b1b7f78af234ef.zip |
Use common rules for build and install documentation and translations.
Change documentation path to tdeioslave/sword.
Change CMake project name to tdeio_sword.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 382841c80611afca697e3859981f12b9503b48f2)
Diffstat (limited to 'doc/en/CMakeLists.txt')
-rw-r--r-- | doc/en/CMakeLists.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt deleted file mode 100644 index c46c8ce..0000000 --- a/doc/en/CMakeLists.txt +++ /dev/null @@ -1,8 +0,0 @@ -file( GLOB _html RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.html ) - -install( - FILES ${_html} - DESTINATION ${HTML_INSTALL_DIR}/en/tdeio_sword -) - -tde_create_handbook( LANG en DESTINATION tdeio_sword ) |