diff options
Diffstat (limited to 'doc/scripts')
-rw-r--r-- | doc/scripts/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/scripts/kdesvn-build/CMakeLists.txt | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/doc/scripts/CMakeLists.txt b/doc/scripts/CMakeLists.txt new file mode 100644 index 00000000..a0e83e48 --- /dev/null +++ b/doc/scripts/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +add_subdirectory( kdesvn-build ) diff --git a/doc/scripts/kdesvn-build/CMakeLists.txt b/doc/scripts/kdesvn-build/CMakeLists.txt new file mode 100644 index 00000000..4359269d --- /dev/null +++ b/doc/scripts/kdesvn-build/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kdesvn-build ) |