summaryrefslogtreecommitdiffstats
path: root/doc/en/HTML/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/HTML/CMakeLists.txt')
-rw-r--r--doc/en/HTML/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/en/HTML/CMakeLists.txt b/doc/en/HTML/CMakeLists.txt
new file mode 100644
index 0000000..efd0958
--- /dev/null
+++ b/doc/en/HTML/CMakeLists.txt
@@ -0,0 +1,4 @@
+install(
+ FILES index.html
+ DESTINATION ${HTML_INSTALL_DIR}/en/${PROJECT_NAME}
+)