From 215dbe5916e4024ce50040ae715570f9781a035a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 4 Jul 2020 17:55:47 +0200 Subject: Add installation of png files for html documentation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Clean up unused CMakeLists.txt, which have been replaced by common cmake rules for documentation. Signed-off-by: Slávek Banko --- doc/en/CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 doc/en/CMakeLists.txt (limited to 'doc/en') 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 -) -- cgit v1.2.1