summaryrefslogtreecommitdiffstats
path: root/doc/en/HTML/CMakeLists.txt
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2018-10-27 13:04:14 +0200
committergregory guy <[email protected]>2018-10-27 13:04:14 +0200
commitededcc28b46bb4a33cddae207b95ccb8722885a4 (patch)
tree3520ec1faed62aafb6a5052ccbf6c15ba9a46917 /doc/en/HTML/CMakeLists.txt
parente264a83a78407ce05ba6c070fe981358f7114345 (diff)
downloadkrename-ededcc28b46bb4a33cddae207b95ccb8722885a4.tar.gz
krename-ededcc28b46bb4a33cddae207b95ccb8722885a4.zip
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]>
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}
+)