Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/gedit.xml

    r14891a90 r336ce86  
    7171    <bridgehead renderas="sect4">Required</bridgehead>
    7272    <para role="required">
    73       <xref linkend="git"/>,
     73      <!--<xref linkend="git"/>, unneeded -->
    7474      <xref linkend="gsettings-desktop-schemas"/>,
    75       <xref linkend="gtksourceview4"/>,
    7675      <xref linkend="itstool"/>,
    7776      <xref linkend="libpeas"/>,
     
    10099  <sect2 role="installation">
    101100    <title>Installation of Gedit</title>
     101
     102    <para>
     103      First change the <filename>meson.build</filename> script so that
     104      it can accept a <option>release</option> build.
     105    </para>
     106
     107<screen><userinput>sed -i s/plain/release/ meson.build</userinput></screen>
    102108
    103109    <para>
     
    132138  <sect2 role="commands">
    133139    <title>Command Explanations</title>
    134 
     140<!--
    135141    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    136142      href="../../xincludes/meson-buildtype-release.xml"/>
    137 
     143-->
    138144    <para>
    139145      <parameter>-Dgtk_doc=false</parameter>: This switch disables
Note: See TracChangeset for help on using the changeset viewer.