diff options
Diffstat (limited to 'doc/en/CMakeLists.txt')
-rw-r--r-- | doc/en/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt index 192dddc..94201a1 100644 --- a/doc/en/CMakeLists.txt +++ b/doc/en/CMakeLists.txt @@ -1,7 +1,7 @@ file( GLOB _files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.html ) install( - FILES ${_files} kpacman.gif screenshot.png + FILES ${_files} tdepacman.gif screenshot.png DESTINATION ${HTML_INSTALL_DIR}/en/${PROJECT_NAME} ) |