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, 0 insertions, 5 deletions
diff --git a/doc/common/CMakeLists.txt b/doc/common/CMakeLists.txt
deleted file mode 100644
index 7871a0c..0000000
--- a/doc/common/CMakeLists.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-FILE(GLOB JPGFILES *.jpg )
-FILE(GLOB PNGFILES *.png )
-
-INSTALL(FILES ${JPGFILES} ${PNGFILES}
- DESTINATION ${HTML_INSTALL_DIR}/en/common)