summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2018-09-28 13:21:36 +0200
committergregory guy <g-gregory@gmx.fr>2018-09-28 13:21:36 +0200
commitb7ae75d53ab260a281d6424d566738fc8a3715c5 (patch)
treecedb328cacb46031f84664993d8e60d732f9b1bc /doc
parent3818195f21eb5b4882460d52501aff34dddabe93 (diff)
downloadkvkbd-b7ae75d53ab260a281d6424d566738fc8a3715c5.tar.gz
kvkbd-b7ae75d53ab260a281d6424d566738fc8a3715c5.zip
convert to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt1
-rw-r--r--doc/en/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
new file mode 100644
index 0000000..c938175
--- /dev/null
+++ b/doc/CMakeLists.txt
@@ -0,0 +1 @@
+add_subdirectory( en )
diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt
new file mode 100644
index 0000000..ba3ef3e
--- /dev/null
+++ b/doc/en/CMakeLists.txt
@@ -0,0 +1 @@
+tde_create_handbook( DESTINATION ${PROJECT_NAME} )