Git commit c3da8e046ebd59674f78adcb5993c1e5724638d7 by Burkhard Lück. Committed on 11/12/2016 at 20:30. Pushed by lueck into branch 'master'.
replace KDEDIR with qtpaths M +2 -1 doc/kate/plugins.docbook https://commits.kde.org/kate/c3da8e046ebd59674f78adcb5993c1e5724638d7 diff --git a/doc/kate/plugins.docbook b/doc/kate/plugins.docbook index 11f16dd80..7409b6d9a 100644 --- a/doc/kate/plugins.docbook +++ b/doc/kate/plugins.docbook @@ -2936,7 +2936,8 @@ open tag on the left.</para> <para>The <acronym>DTD</acronym> must exist in &XML; format, as produced by the Perl program <command>dtdparse</command>. We will call a DTD in this format <quote>meta DTD</quote>. Some meta DTDs are supplied. They are installed in -<filename class="directory">$KDEDIR/share/apps/katexmltools/</filename>, +<filename class="directory">katexmltools/</filename> in +<userinput><command>qtpaths</command> <option>--paths GenericDataLocation </option></userinput>, which is also the default folder when you choose <guimenuitem>Assign Meta DTD...</guimenuitem>. To produce your own meta DTDs, get <command>dtdparse</command> from
