diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CMakeLists.txt | 7 | ||||
-rw-r--r-- | doc/kcron/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/kdat/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/knetworkconf/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/kpackage/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/ksysv/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/kuser/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/lilo-config/CMakeLists.txt | 3 |
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 ) + |