Git commit eaef2f166a75642558bac645045aa532a36de263 by Burkhard Lück. Committed on 13/06/2016 at 13:55. Pushed by lueck into branch 'master'.
Rename docs/plasmapkg directory to docs/plasmapkg2 rename directory + adapt CMakeLists.txt file this change is necessary to fetch translated manpage 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:127940 M +1 -1 docs/CMakeLists.txt R +0 -0 docs/plasmapkg2/CMakeLists.txt [from: docs/plasmapkg/CMakeLists.txt - 100% similarity] R +1 -1 docs/plasmapkg2/man-plasmapkg2.1.docbook [from: docs/plasmapkg/man-plasmapkg2.1.docbook - 099% similarity] http://commits.kde.org/plasma-framework/eaef2f166a75642558bac645045aa532a36de263 diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index 2acc3f0..debae90 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -1,2 +1,2 @@ -add_subdirectory(plasmapkg) +add_subdirectory(plasmapkg2) diff --git a/docs/plasmapkg/CMakeLists.txt b/docs/plasmapkg2/CMakeLists.txt similarity index 100% rename from docs/plasmapkg/CMakeLists.txt rename to docs/plasmapkg2/CMakeLists.txt diff --git a/docs/plasmapkg/man-plasmapkg2.1.docbook b/docs/plasmapkg2/man-plasmapkg2.1.docbook similarity index 99% rename from docs/plasmapkg/man-plasmapkg2.1.docbook rename to docs/plasmapkg2/man-plasmapkg2.1.docbook index 0952bd2..3c43c04 100644 --- a/docs/plasmapkg/man-plasmapkg2.1.docbook +++ b/docs/plasmapkg2/man-plasmapkg2.1.docbook @@ -87,7 +87,7 @@ install, list, remove Plasma packages.</para> </varlistentry> <varlistentry> <term><option>-p, --packageroot</option> <replaceable> path</replaceable></term> -<listitem><para>Absolute path to the package root. If not supplied, then the standard data +<listitem><para>Absolute path to the package root. If not supplied, then the standard data directories for this &plasma; session will be searched instead.</para></listitem> </varlistentry> _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
