Git commit b2e9a093fae7347811c619a2a8a2471b1ee70b1b by Friedrich W. H. Kossebau. Committed on 06/05/2023 at 15:29. Pushed by ltoscano into branch 'master'.
Docs: adapt to KIO worker nomenclature, refer to new kioworker6 subdir NO_CHANGELOG M +3 -3 KF6DocToolsMacros.cmake M +2 -2 src/article-template.docbook M +1 -1 src/template.docbook https://invent.kde.org/frameworks/kdoctools/commit/b2e9a093fae7347811c619a2a8a2471b1ee70b1b diff --git a/KF6DocToolsMacros.cmake b/KF6DocToolsMacros.cmake index e74aa6b6..1a190a8e 100644 --- a/KF6DocToolsMacros.cmake +++ b/KF6DocToolsMacros.cmake @@ -32,8 +32,8 @@ # fr/ # docs/ # foo/ -# kioslave5/ -# fooslave/ +# kioworker6/ +# fooworker/ # index.docbook # footool.1.docbook # footool.conf.5.docbook @@ -43,7 +43,7 @@ # - Create man pages from footool.1.docbook and footool.conf.5.docbook, # install them in ${KDE_INSTALL_MANDIR}/fr # - Create handbooks from index.docbook files, install the one from the -# fooslave/ directory in ${KDE_INSTALL_DOCBUNDLEDIR}/fr/kioslave5/fooslave +# fooworker/ directory in ${KDE_INSTALL_DOCBUNDLEDIR}/fr/kioworker6/fooworker # and the one from the docs/ directory in ${KDE_INSTALL_DOCBUNDLEDIR}/fr # # If ${KDE_INSTALL_DOCBUNDLEDIR} is not set, share/doc/HTML is used instead. diff --git a/src/article-template.docbook b/src/article-template.docbook index ca210f6f..1adb6638 100644 --- a/src/article-template.docbook +++ b/src/article-template.docbook @@ -7,9 +7,9 @@ ]> <!-- -Use this template for kioslave, systemsettings (kcontrol) modules and simple/short application docbooks +Use this template for KIO worker, systemsettings (kcontrol) modules and simple/short application docbooks Otherwise use use template.docbook for application docbooks -Rename this template to index.docbook and place into the directory doc/[kcontrol|kioslave5] +Rename this template to index.docbook and place into the directory doc/[kcontrol|kioworker6] --> <article id="foo" lang="&language;"> diff --git a/src/template.docbook b/src/template.docbook index 541d7fdf..6fb62c03 100644 --- a/src/template.docbook +++ b/src/template.docbook @@ -13,7 +13,7 @@ <!-- Use this template for application docbooks -For kioslave, systemsettings (kcontrol) modules and simple/short application docbooks use article-template.docbook +For KIO worker, systemsettings (kcontrol) modules and simple/short application docbooks use article-template.docbook Rename this template to index.docbook and place into the directory doc/ or doc/appname if you have several applications in one doc directory -->
