mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
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:
parent
09a2590077
commit
f0bedadb06
@ -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 &&
|
||||
xsltproc/xsltproc --nonet doc/xsltproc.xml -o doc/xsltproc.1</userinput></screen>
|
||||
|
||||
<para>
|
||||
To test the results, issue: <command>make check</command>.
|
||||
</para>
|
||||
|
Loading…
Reference in New Issue
Block a user