summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2018-08-11 09:09:44 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-09-01 19:02:09 +0200
commitd9576addaa0ca9588e484dba09dacc236b41a332 (patch)
tree2bc59dfe549facc5db3e355b7c328404b72b5ed8 /doc
parent5a68382903e8a21e43a50fa9f87b1968d3cb00b9 (diff)
downloadtdeadmin-d9576addaa0ca9588e484dba09dacc236b41a332.tar.gz
tdeadmin-d9576addaa0ca9588e484dba09dacc236b41a332.zip
First bach of cmake files in order to convert tdeadmin
from autotools to cmake building system. (cherry picked from commit 88073834d0052272dce61556b9508e66b84cd494)
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt7
-rw-r--r--doc/kcron/CMakeLists.txt2
-rw-r--r--doc/kdat/CMakeLists.txt2
-rw-r--r--doc/knetworkconf/CMakeLists.txt2
-rw-r--r--doc/kpackage/CMakeLists.txt2
-rw-r--r--doc/ksysv/CMakeLists.txt2
-rw-r--r--doc/kuser/CMakeLists.txt2
-rw-r--r--doc/lilo-config/CMakeLists.txt3
8 files changed, 22 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
new file mode 100644
index 0000000..da734f9
--- /dev/null
+++ b/doc/CMakeLists.txt
@@ -0,0 +1,7 @@
+add_subdirectory( lilo-config )
+add_subdirectory( kuser )
+add_subdirectory( ksysv )
+add_subdirectory( kpackage )
+add_subdirectory( knetworkconf )
+add_subdirectory( kdat )
+add_subdirectory( kcron )
diff --git a/doc/kcron/CMakeLists.txt b/doc/kcron/CMakeLists.txt
new file mode 100644
index 0000000..e82a241
--- /dev/null
+++ b/doc/kcron/CMakeLists.txt
@@ -0,0 +1,2 @@
+# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
+tde_create_handbook( DESTINATION kcron )
diff --git a/doc/kdat/CMakeLists.txt b/doc/kdat/CMakeLists.txt
new file mode 100644
index 0000000..55fa83a
--- /dev/null
+++ b/doc/kdat/CMakeLists.txt
@@ -0,0 +1,2 @@
+# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
+tde_create_handbook( DESTINATION kdat )
diff --git a/doc/knetworkconf/CMakeLists.txt b/doc/knetworkconf/CMakeLists.txt
new file mode 100644
index 0000000..60026f3
--- /dev/null
+++ b/doc/knetworkconf/CMakeLists.txt
@@ -0,0 +1,2 @@
+# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
+tde_create_handbook( DESTINATION knetworkconf )
diff --git a/doc/kpackage/CMakeLists.txt b/doc/kpackage/CMakeLists.txt
new file mode 100644
index 0000000..3dffd3c
--- /dev/null
+++ b/doc/kpackage/CMakeLists.txt
@@ -0,0 +1,2 @@
+# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
+tde_create_handbook( DESTINATION kpackage )
diff --git a/doc/ksysv/CMakeLists.txt b/doc/ksysv/CMakeLists.txt
new file mode 100644
index 0000000..49257fe
--- /dev/null
+++ b/doc/ksysv/CMakeLists.txt
@@ -0,0 +1,2 @@
+# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
+tde_create_handbook( DESTINATION ksysv )
diff --git a/doc/kuser/CMakeLists.txt b/doc/kuser/CMakeLists.txt
new file mode 100644
index 0000000..7f353c7
--- /dev/null
+++ b/doc/kuser/CMakeLists.txt
@@ -0,0 +1,2 @@
+# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
+tde_create_handbook( DESTINATION kuser )
diff --git a/doc/lilo-config/CMakeLists.txt b/doc/lilo-config/CMakeLists.txt
new file mode 100644
index 0000000..41ee046
--- /dev/null
+++ b/doc/lilo-config/CMakeLists.txt
@@ -0,0 +1,3 @@
+# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
+tde_create_handbook( DESTINATION lilo-config )
+