summaryrefslogtreecommitdiffstats
path: root/doc/en
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-07-20 16:50:47 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-07-20 16:52:12 +0200
commit2fd02fe8bb815590dfd78710125f16b60d4d5946 (patch)
tree49b2ddaeb298ae9f0882f57adae5af8d5b1c38d5 /doc/en
parent9709c554f32893aa129ce0751fec1f49a9bcdb6f (diff)
downloadtdepacman-2fd02fe8bb815590dfd78710125f16b60d4d5946.tar.gz
tdepacman-2fd02fe8bb815590dfd78710125f16b60d4d5946.zip
Use common rules for build and install documentation and translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit d2ee5effeeb3d18672a68eb1046e9446e02b2b6e)
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt
deleted file mode 100644
index 94201a1..0000000
--- a/doc/en/CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-file( GLOB _files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.html )
-
-install(
- FILES ${_files} tdepacman.gif screenshot.png
- DESTINATION ${HTML_INSTALL_DIR}/en/${PROJECT_NAME}
-)
-
-tde_create_handbook( DESTINATION ${PROJECT_NAME} )