Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/shells/zsh.xml

    rd472e22c rfedbe2f  
    8282    <bridgehead renderas="sect4">Optional</bridgehead>
    8383    <para role="optional">
    84       <xref linkend="pcre"/>,
    85       <xref linkend="valgrind"/>, and
    86       <ulink url='https://fbb-git.gitlab.io/yodl/'>yodl</ulink>
     84      <xref linkend="pcre"/> and
     85      <xref linkend="valgrind"/>
    8786    </para>
    8887
     
    9897<screen><userinput>sed -e 's/set_from_init_file/texinfo_&amp;/' \
    9998    -i Doc/Makefile.in</userinput></screen>
    100 
    101     <para>
    102       The documentation files contain references to zsh configuration
    103       files in <filename class='directory'>/etc</filename>, but we'll
    104       use <filename class='directory'>/etc/zsh</filename> to hold these
    105       configuration files instead.  The building system will fix up those
    106       references if the <application>yodl</application> package is
    107       available, but it's out of the scope of BLFS.  So we need to fix up
    108       the references manually:
    109     </para>
    110 
    111 <screen><userinput>sed 's|/etc/z|/etc/zsh/z|g' -i Doc/*.*</userinput></screen>
    11299
    113100<!--    <note>
Note: See TracChangeset for help on using the changeset viewer.