Changeset f0bedadb


Ignore:
Timestamp:
08/13/2020 01:51:55 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
Children:
627d60b3
Parents:
09a2590
Message:

libxslt: fix a glitched man page

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23509 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxslt.xml

    r09a2590 rf0bedadb  
    140140./configure --prefix=/usr --disable-static                   &amp;&amp;
    141141make</userinput></screen>
     142
     143    <para>
     144      A shipped man page is glitched.  If the recommended dependencies are
     145      installed, regenerate it by running the following commands:
     146        </para>
     147
     148<screen><userinput>sed -e 's@http://cdn.docbook.org/release/xsl@https://cdn.docbook.org/release/xsl-nons@' \
     149    -e 's@\$Date\$@31 October 2019@' -i doc/xsltproc.xml &amp;&amp;
     150xsltproc/xsltproc --nonet doc/xsltproc.xml -o doc/xsltproc.1</userinput></screen>
    142151
    143152    <para>
Note: See TracChangeset for help on using the changeset viewer.