[sdk/kdesrc-build/docbook_historied_per_file] doc/cmdline: Add --dependency-tree-fullpath option

Andrew Shark null at kde.org
Fri May 10 10:16:52 BST 2024


Git commit 74be34cc1b3b4c4a259bc25fb4e69407bc97309c by Andrew Shark.
Committed on 28/12/2023 at 09:43.
Pushed by ashark into branch 'docbook_historied_per_file'.

Add --dependency-tree-fullpath option

This option will do similar thing as --dependency-tree, but will print the full path on the line of each tree entry.

This may be convenient when you want to grep something from the printed tree, but want to still be able to see the paths.

Original commit: 42483187
https://invent.kde.org/sdk/kdesrc-build/-/commit/42483187d75c2787f6c627d6ed1f84e0529a9b6f

M  +11   -0    doc/cmdline/supported-cmdline-params.docbook

https://invent.kde.org/sdk/kdesrc-build/-/commit/74be34cc1b3b4c4a259bc25fb4e69407bc97309c

diff --git a/doc/cmdline/supported-cmdline-params.docbook b/doc/cmdline/supported-cmdline-params.docbook
index 5818d7a6..c44823ad 100644
--- a/doc/cmdline/supported-cmdline-params.docbook
+++ b/doc/cmdline/supported-cmdline-params.docbook
@@ -587,6 +587,17 @@ If this file doesn't exist, <filename>~/.config/kdesrc-buildrc</filename>
 </listitem>
 </varlistentry>
 
+<varlistentry id="cmdline-dependency-tree-fullpath">
+<term><parameter>--dependency-tree-fullpath</parameter></term>
+<listitem>
+<para>
+    Prints out dependency information on the modules that would be built using a tree
+    format (recursive). In fullpath format. Note: the generated
+    output may become quite large for applications with many dependencies.
+</para>
+</listitem>
+</varlistentry>
+
 <varlistentry id="cmdline-run">
 <term><parameter>--run</parameter></term>
 <listitem><para>



More information about the kde-doc-english mailing list