From kde-commits Sun Feb 06 02:07:32 2011 From: Jeremy Paul Whiting Date: Sun, 06 Feb 2011 02:07:32 +0000 To: kde-commits Subject: KDE/kdeedu Message-Id: <20110206020732.79817AC8CA () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=129695808301409 SVN commit 1219067 by whiting: move Parley documentation from doc/parley to parley/doc M +0 -4 doc/CMakeLists.txt D doc/parley (directory) M +1 -0 parley/CMakeLists.txt A parley/doc (directory) M +1 -1 parley/doc/CMakeLists.txt --- trunk/KDE/kdeedu/doc/CMakeLists.txt #1219066:1219067 @@ -1,7 +1,3 @@ -if(BUILD_parley) - macro_optional_add_subdirectory(parley) -endif() - if(BUILD_marble) macro_optional_add_subdirectory(marble) endif() --- trunk/KDE/kdeedu/parley/CMakeLists.txt #1219066:1219067 @@ -18,6 +18,7 @@ ${CMAKE_CURRENT_BINARY_DIR}/config-parley.h ) +add_subdirectory( doc ) add_subdirectory( scripts_test ) add_subdirectory( src ) add_subdirectory( icons ) --- trunk/KDE/kdeedu/parley/doc/CMakeLists.txt #1219059:1219067 @@ -26,4 +26,4 @@ # mv *.png /tmp # mv crushed/*.png . # rm -r crushed -kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en) +kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR parley)