Git commit a63209bab1a9011d730d645426ac1b01b9e9a58e by Michael Pyne. Committed on 11/01/2014 at 21:06. Pushed by ashark into branch 'docbook_historied_per_file'.
doc: Document changed behavior of include option. Original commit: 87e906c3 https://invent.kde.org/sdk/kdesrc-build/-/commit/87e906c3a9bf966dea8c142b4aca595f070e44f7 M +4 -0 doc/kdesrc-buildrc/kdesrc-buildrc-overview.docbook https://invent.kde.org/sdk/kdesrc-build/-/commit/a63209bab1a9011d730d645426ac1b01b9e9a58e diff --git a/doc/kdesrc-buildrc/kdesrc-buildrc-overview.docbook b/doc/kdesrc-buildrc/kdesrc-buildrc-overview.docbook index 4a85667e..0105c607 100644 --- a/doc/kdesrc-buildrc/kdesrc-buildrc-overview.docbook +++ b/doc/kdesrc-buildrc/kdesrc-buildrc-overview.docbook @@ -171,6 +171,10 @@ end global </programlisting> </informalexample> +<note><para>If you don't specify the full path to the file to include, then +the file will be searched for starting from the directory containing the source +file. This works recursively as well.</para></note> + </sect2> <sect2 id="kdesrc-buildrc-common">
