summaryrefslogtreecommitdiffstats
path: root/doc/en
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-07-04 17:55:47 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-07-04 17:57:32 +0200
commitc7dbee3704fd3e083b61ba7374de5403f59340d3 (patch)
tree48f9205f46cca4c5b4884baf4ee1b3d094b9fbfc /doc/en
parent56ebd7d46132591ee9aa298b8fc4631b47dfb8ce (diff)
downloadkdiff3-c7dbee3704fd3e083b61ba7374de5403f59340d3.tar.gz
kdiff3-c7dbee3704fd3e083b61ba7374de5403f59340d3.zip
Add installation of png files for html documentation.
Clean up unused CMakeLists.txt, which have been replaced by common cmake rules for documentation. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 215dbe5916e4024ce50040ae715570f9781a035a)
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 8f0fe20..0000000
--- a/doc/en/CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-tde_create_handbook( DESTINATION ${PROJECT_NAME} )
-
-file( GLOB _pngs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.png )
-
-install(
- FILES ${_pngs}
- DESTINATION ${SHARE_INSTALL_PREFIX}/doc/${PROJECT_NAME}/html
-)