diff options
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 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} ) |