SVN commit 1219061 by whiting: move kgeography documentation from doc/kgeography to kgeography/doc M +0 -4 doc/CMakeLists.txt D doc/kgeography (directory) M +1 -0 kgeography/CMakeLists.txt A kgeography/doc (directory) M +1 -1 kgeography/doc/CMakeLists.txt --- trunk/KDE/kdeedu/doc/CMakeLists.txt #1219060:1219061 @@ -1,7 +1,3 @@ -if(BUILD_kgeography) - macro_optional_add_subdirectory(kgeography) -endif() - if(BUILD_kig) macro_optional_add_subdirectory(kig) endif() --- trunk/KDE/kdeedu/kgeography/CMakeLists.txt #1219060:1219061 @@ -1,5 +1,6 @@ project(kgeography) +add_subdirectory( doc ) add_subdirectory( src ) add_subdirectory( data ) add_subdirectory( icons ) --- trunk/KDE/kdeedu/kgeography/doc/CMakeLists.txt #1219059:1219061 @@ -1,4 +1,4 @@ ########### 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 kgeography)