summaryrefslogtreecommitdiffstats
path: root/doc/common/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/common/CMakeLists.txt')
-rw-r--r--doc/common/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/common/CMakeLists.txt b/doc/common/CMakeLists.txt
new file mode 100644
index 0000000..7871a0c
--- /dev/null
+++ b/doc/common/CMakeLists.txt
@@ -0,0 +1,5 @@
+FILE(GLOB JPGFILES *.jpg )
+FILE(GLOB PNGFILES *.png )
+
+INSTALL(FILES ${JPGFILES} ${PNGFILES}
+ DESTINATION ${HTML_INSTALL_DIR}/en/common)