From 8c28c84ffaa6a8b1891b5703f5292f3990d990ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 26 Jul 2021 13:18:27 +0200 Subject: Use common rules for build and install documentation and translations. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- doc/html/CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/html/CMakeLists.txt (limited to 'doc/html/CMakeLists.txt') 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} +) -- cgit v1.2.1