From kde-commits Sun Feb 06 01:54:30 2011 From: Jeremy Paul Whiting Date: Sun, 06 Feb 2011 01:54:30 +0000 To: kde-commits Subject: KDE/kdeedu Message-Id: <20110206015430.D5A9EAC8CA () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=129695731301031 SVN commit 1219065 by whiting: move kstars documentation from doc/kstars to kstars/doc M +0 -4 doc/CMakeLists.txt D doc/kstars (directory) M +1 -0 kstars/CMakeLists.txt A kstars/doc (directory) M +1 -1 kstars/doc/CMakeLists.txt --- trunk/KDE/kdeedu/doc/CMakeLists.txt #1219064:1219065 @@ -1,7 +1,3 @@ -if(BUILD_kstars) - macro_optional_add_subdirectory(kstars) -endif() - if(BUILD_parley) macro_optional_add_subdirectory(parley) endif() --- trunk/KDE/kdeedu/kstars/CMakeLists.txt #1219064:1219065 @@ -29,4 +29,5 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR}) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-kstars.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-kstars.h ) +add_subdirectory( doc ) add_subdirectory( kstars ) --- trunk/KDE/kdeedu/kstars/doc/CMakeLists.txt #1219059:1219065 @@ -1,6 +1,6 @@ ########### install files ############### # -kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en) +kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kstars)