summaryrefslogtreecommitdiffstats
path: root/doc/en/CMakeLists.txt
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:50:47 +0200
commitd2ee5effeeb3d18672a68eb1046e9446e02b2b6e (patch)
treedfa8a8dc435c76487199e41ba21156f65b03675c /doc/en/CMakeLists.txt
parent683d9046a7a5fad7742a5c40d2c9d28e5613e879 (diff)
downloadtdepacman-d2ee5effeeb3d18672a68eb1046e9446e02b2b6e.tar.gz
tdepacman-d2ee5effeeb3d18672a68eb1046e9446e02b2b6e.zip
Use common rules for build and install documentation and translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'doc/en/CMakeLists.txt')
-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} )