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)