libxslt: fix a glitched man page

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23509 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Xi Ruoyao 2020-08-13 13:51:55 +00:00
parent 09a2590077
commit f0bedadb06

View File

@ -140,6 +140,15 @@
./configure --prefix=/usr --disable-static &&
make</userinput></screen>
<para>
A shipped man page is glitched. If the recommended dependencies are
installed, regenerate it by running the following commands:
</para>
<screen><userinput>sed -e 's@http://cdn.docbook.org/release/xsl@https://cdn.docbook.org/release/xsl-nons@' \
-e 's@\$Date\$@31 October 2019@' -i doc/xsltproc.xml &amp;&amp;
xsltproc/xsltproc --nonet doc/xsltproc.xml -o doc/xsltproc.1</userinput></screen>
<para>
To test the results, issue: <command>make check</command>.
</para>