Author: xry111
Date: Thu Aug 13 06:51:55 2020
New Revision: 23509
Log:
libxslt: fix a glitched man page
Modified:
trunk/BOOK/general/genlib/libxslt.xml
Modified: trunk/BOOK/general/genlib/libxslt.xml
==============================================================================
--- trunk/BOOK/general/genlib/libxslt.xml Thu Aug 13 06:14:57 2020
(r23508)
+++ trunk/BOOK/general/genlib/libxslt.xml Thu Aug 13 06:51:55 2020
(r23509)
@@ -141,6 +141,15 @@
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 &&
+xsltproc/xsltproc --nonet doc/xsltproc.xml -o
doc/xsltproc.1</userinput></screen>
+
+ <para>
To test the results, issue: <command>make check</command>.
</para>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page