Git commit 887dc1032277e26b68efab0750e9e3faabea5c33 by Burkhard Lück. Committed on 13/06/2016 at 13:51. Pushed by lueck into branch 'master'.
Move src/runtime/kwallet-query/doc/ to docs/ move directory + adapt CMakeLists.txt files this change is necessary to fetch translated kioslave docs without hacks either in frameworks release script or in autogen.sh into the frameworks tarball. See also https://git.reviewboard.kde.org/r/127904/ for a detailed explanation REVIEW:127939 M +3 -0 CMakeLists.txt R +0 -0 docs/CMakeLists.txt [from: src/runtime/kwallet-query/doc/CMakeLists.txt - 100% similarity] R +2 -2 docs/man-kwallet-query.1.docbook [from: src/runtime/kwallet-query/doc/man-kwallet-query.1.docbook - 099% similarity] R +0 -0 docs/using.adoc [from: src/runtime/kwallet-query/doc/using.adoc - 100% similarity] M +0 -4 src/runtime/kwallet-query/CMakeLists.txt http://commits.kde.org/kwallet/887dc1032277e26b68efab0750e9e3faabea5c33 diff --git a/CMakeLists.txt b/CMakeLists.txt index e320c2d..c0751c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,5 +38,8 @@ endif() add_subdirectory(src) add_subdirectory(autotests) add_subdirectory(tests) +if (KF5DocTools_FOUND) + add_subdirectory(docs) +endif() feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) diff --git a/src/runtime/kwallet-query/doc/CMakeLists.txt b/docs/CMakeLists.txt similarity index 100% rename from src/runtime/kwallet-query/doc/CMakeLists.txt rename to docs/CMakeLists.txt diff --git a/src/runtime/kwallet-query/doc/man-kwallet-query.1.docbook b/docs/man-kwallet-query.1.docbook similarity index 99% rename from src/runtime/kwallet-query/doc/man-kwallet-query.1.docbook rename to docs/man-kwallet-query.1.docbook index 1adc418..eed6e43 100644 --- a/src/runtime/kwallet-query/doc/man-kwallet-query.1.docbook +++ b/docs/man-kwallet-query.1.docbook @@ -114,7 +114,7 @@ refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" <emphasis role="strong">1</emphasis> </term> <listitem> - <simpara>The wallet + <simpara>The wallet <emphasis>wallet</emphasis> was not found</simpara> </listitem> </varlistentry> @@ -123,7 +123,7 @@ refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" <emphasis role="strong">2</emphasis> </term> <listitem> - <simpara>The wallet + <simpara>The wallet <emphasis>wallet</emphasis> could not be opened. For example, that would be an indication of a bad password entry or some other problem with the KDE Wallet system</simpara> diff --git a/src/runtime/kwallet-query/doc/using.adoc b/docs/using.adoc similarity index 100% rename from src/runtime/kwallet-query/doc/using.adoc rename to docs/using.adoc diff --git a/src/runtime/kwallet-query/CMakeLists.txt b/src/runtime/kwallet-query/CMakeLists.txt index 9e02cde..9e49bb7 100644 --- a/src/runtime/kwallet-query/CMakeLists.txt +++ b/src/runtime/kwallet-query/CMakeLists.txt @@ -1,7 +1,3 @@ project(kwallet-dmenu) add_subdirectory(src) - -if (KF5DocTools_FOUND) - add_subdirectory(doc) -endif() _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
