From 61e3123dccf41518a4959991c2e1ca53896ed945 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Wed, 19 Aug 2020 16:05:44 +0200 Subject: conversion to the cmake building system. Signed-off-by: gregory guy --- doc/en/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/en/CMakeLists.txt (limited to 'doc/en/CMakeLists.txt') diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt new file mode 100644 index 0000000..de864ad --- /dev/null +++ b/doc/en/CMakeLists.txt @@ -0,0 +1,8 @@ +file( GLOB _files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.html ) + +install( + FILES ${_files} kpacman.gif + DESTINATION ${HTML_INSTALL_DIR}/en/${PROJECT_NAME} +) + +tde_create_handbook( DESTINATION ${PROJECT_NAME} ) -- cgit v1.2.1