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:41 +0200
commit7c85ade10bc2fb7d0644f67c35fc845bfd69952a (patch)
tree316b57e02b6541d329cad971ad8006e9865591ef /doc/html/CMakeLists.txt
parenta3dbe1192c1a99f4fa8be5c160937458099d30e8 (diff)
downloadklcddimmer-7c85ade10bc2fb7d0644f67c35fc845bfd69952a.tar.gz
klcddimmer-7c85ade10bc2fb7d0644f67c35fc845bfd69952a.zip
Use common rules for build and install documentation and translations.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 8c28c84ffaa6a8b1891b5703f5292f3990d990ca)
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}
+)