Git commit 52296542a71dd505607776698bdc08ea1298174e by Jonathan Riddell. Committed on 16/06/2016 at 20:51. Pushed by jriddell into branch 'Plasma/5.7'.
move documentation one extra sub-directory again so that releasme knows which .po files to hunt for M +1 -0 CMakeLists.txt M +1 -4 doc/kcontrol/CMakeLists.txt C +0 -0 doc/kcontrol/plasma-pa/CMakeLists.txt [from: doc/kcontrol/CMakeLists.txt - 100% similarity] R +0 -0 doc/kcontrol/plasma-pa/index.docbook [from: doc/kcontrol/index.docbook - 100% similarity] http://commits.kde.org/plasma-pa/52296542a71dd505607776698bdc08ea1298174e diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ed59e7..a26cc08 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,6 +16,7 @@ include(FeatureSummary) include(KDEInstallDirs) include(KDECMakeSettings) include(KDECompilerSettings NO_POLICY_SCOPE) +include(ECMOptionalAddSubdirectory) find_package(Qt5 ${QT_MIN_VERSION} REQUIRED COMPONENTS Core diff --git a/doc/kcontrol/CMakeLists.txt b/doc/kcontrol/CMakeLists.txt index 340cc31..96171ee 100644 --- a/doc/kcontrol/CMakeLists.txt +++ b/doc/kcontrol/CMakeLists.txt @@ -1,4 +1 @@ -##### Install Plasma Pulseaudio Documentation ##### -kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kcontrol/plasma-pa) - -##### Install System Settings Modules Documentation ##### +ecm_optional_add_subdirectory(plasma-pa) diff --git a/doc/kcontrol/CMakeLists.txt b/doc/kcontrol/plasma-pa/CMakeLists.txt similarity index 100% copy from doc/kcontrol/CMakeLists.txt copy to doc/kcontrol/plasma-pa/CMakeLists.txt diff --git a/doc/kcontrol/index.docbook b/doc/kcontrol/plasma-pa/index.docbook similarity index 100% rename from doc/kcontrol/index.docbook rename to doc/kcontrol/plasma-pa/index.docbook _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
