mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Fixed DocBook-utils build problem
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2520 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
802e6fe767
commit
9f94cd9101
@ -19,8 +19,8 @@ who wrote what.</para>
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>July 30th, 2004 [randy]: Updated to Mozilla-1.7.1 and
|
||||
GnuPG-1.2.5; added patches to both packages to fix various build
|
||||
problems.</para></listitem>
|
||||
GnuPG-1.2.5 and added patches to both packages to fix various build
|
||||
problems; fixed DocBook-utils build problem.</para></listitem>
|
||||
|
||||
<listitem><para>July 29th, 2004 [bdubbs]: Updated svn bootscripts
|
||||
location.</para></listitem>
|
||||
|
@ -61,9 +61,29 @@ man and texinfo), and
|
||||
<para>Install <application>DocBook-utils</application> by running the
|
||||
following commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr &&
|
||||
<screen><userinput><command>sed -i.orig -e "/CATALOG \/etc\/sgml\/OpenSP-1.5.1.cat/d" \
|
||||
/etc/sgml/catalog &&
|
||||
sed -i.orig -e "/CATALOG \/etc\/sgml\/OpenSP-1.5.1.cat/d" \
|
||||
/etc/sgml/sgml-docbook.cat &&
|
||||
./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
make install &&
|
||||
cp /etc/sgml/catalog.orig /etc/sgml/catalog &&
|
||||
cp /etc/sgml/sgml-docbook.cat.orig /etc/sgml/sgml-docbook.cat</command></userinput></screen>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><command>sed -i.orig -e ...</command>: These two <command>sed</command>'s
|
||||
remove <application>OpenSP</application> catalog definitions from the
|
||||
<acronym>SGML</acronym> catalogs because the SGMLDECL unicode.sd declaration
|
||||
creates errors when <command>openjade</command> builds the
|
||||
<application>DocBook-utils</application> documentation files. Backup copies of
|
||||
the files are made and copied back to their original place after the build is
|
||||
complete. Though these errors are harmless, and won't affect
|
||||
<application>DocBook-utils</application> functionality after the build, the
|
||||
declarations are temporarily removed to provide a clean package build.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user