summaryrefslogtreecommitdiffstats
path: root/doc/html/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-07-26 13:18:27 +0200
committerSlávek Banko <[email protected]>2021-07-26 13:18:27 +0200
commit8c28c84ffaa6a8b1891b5703f5292f3990d990ca (patch)
tree19b6f5d2fb385e63a8c289b4028290130c727755 /doc/html/CMakeLists.txt
parent59348e1a4bd9c36e827e363c26004fef40e1007d (diff)
downloadklcddimmer-8c28c84ffaa6a8b1891b5703f5292f3990d990ca.tar.gz
klcddimmer-8c28c84ffaa6a8b1891b5703f5292f3990d990ca.zip
Use common rules for build and install documentation and translations.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'doc/html/CMakeLists.txt')
-rw-r--r--doc/html/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/html/CMakeLists.txt b/doc/html/CMakeLists.txt
new file mode 100644
index 0000000..cbd26e0
--- /dev/null
+++ b/doc/html/CMakeLists.txt
@@ -0,0 +1,10 @@
+INSTALL(
+
+ FILES
+ configure.png
+ hi48-app-klcddimmer.png
+ klcddimmer.html
+ klcddimmer-screenshot.png
+
+ DESTINATION ${HTML_INSTALL_DIR}/en/${PROJECT_NAME}
+)