summaryrefslogtreecommitdiffstats
path: root/doc/en/CMakeLists.txt
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-08-25 13:57:07 +0200
committergregory guy <gregory-tde@laposte.net>2020-08-25 13:57:07 +0200
commitd923b6d2082daa7605487a93f7f867ecc5054e94 (patch)
tree7b266b72f900fcc1aea7a4d6c3e3e7916e77d518 /doc/en/CMakeLists.txt
parenta212e6154c5d748ef6068fc3539790d4c806bfc5 (diff)
downloadtdepacman-d923b6d2082daa7605487a93f7f867ecc5054e94.tar.gz
tdepacman-d923b6d2082daa7605487a93f7f867ecc5054e94.zip
Rework of the help page.
Add a screenshot. Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'doc/en/CMakeLists.txt')
-rw-r--r--doc/en/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt
index de864ad..192dddc 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
+ FILES ${_files} kpacman.gif screenshot.png
DESTINATION ${HTML_INSTALL_DIR}/en/${PROJECT_NAME}
)