summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2018-11-02 14:14:58 +0100
committerSlávek Banko <[email protected]>2018-11-04 16:27:41 +0100
commit8779bda49a91ece85e777aea1e6c5519b62ef66b (patch)
treed89bbbd73092ab4d2963e2b3c536a9bdf65ebdc8 /doc
parent0438f7a744dc2f091d580e0b1eba143e7da8966d (diff)
downloadtdmtheme-8779bda49a91ece85e777aea1e6c5519b62ef66b.tar.gz
tdmtheme-8779bda49a91ece85e777aea1e6c5519b62ef66b.zip
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]> (cherry picked from commit 4beda4d40464b0bb88c7fa4dc217958708bcc1c7)
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} )