summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2018-10-21 13:49:33 +0200
committergregory guy <g-gregory@gmx.fr>2018-10-21 13:49:33 +0200
commit08e08ddd20884087fa7b706d2d6856bd7d8df671 (patch)
tree8e42fc1b2abb49b42a2f4623b87e15f1b5363cbf /doc
parenta00e7b445a010cb1f76fd4fbabd95764edecb817 (diff)
downloadknmap-08e08ddd20884087fa7b706d2d6856bd7d8df671.tar.gz
knmap-08e08ddd20884087fa7b706d2d6856bd7d8df671.zip
conversion 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} )