summaryrefslogtreecommitdiffstats
path: root/doc/de/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/de/CMakeLists.txt')
-rw-r--r--doc/de/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/de/CMakeLists.txt b/doc/de/CMakeLists.txt
new file mode 100644
index 0000000..beff083
--- /dev/null
+++ b/doc/de/CMakeLists.txt
@@ -0,0 +1,6 @@
+file( GLOB _files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.html )
+
+install(
+ FILES ${_files} kpacman.gif
+ DESTINATION ${HTML_INSTALL_DIR}/de/${PROJECT_NAME}
+)