Author: bdubbs
Date: 2011-10-23 15:31:17 -0600 (Sun, 23 Oct 2011)
New Revision: 8913
Modified:
trunk/BOOK/pst/sgml/docbook-utils.xml
Log:
Minor cleanup of docbook-utils
Modified: trunk/BOOK/pst/sgml/docbook-utils.xml
===================================================================
--- trunk/BOOK/pst/sgml/docbook-utils.xml 2011-10-23 20:34:10 UTC (rev
8912)
+++ trunk/BOOK/pst/sgml/docbook-utils.xml 2011-10-23 21:31:17 UTC (rev
8913)
@@ -37,8 +37,7 @@
two SGML files and only display the differences in markup. This is useful
for comparing documents prepared for different languages.</para>
- &lfs67_checked;
- <para>&lfssvn_checked;20101229&lfssvn_checked2;</para>
+ &lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -91,41 +90,13 @@
<sect2 role="installation">
<title>Installation of DocBook-utils</title>
- <!-- This shouldn't be required any longer as the OpenSP catalog stuff
- was removed from BLFS two revisions ago.
-
- <note>
- <para>Earlier versions of the BLFS <application>OpenSP</application>
- instructions installed a catalog containing an SGMLDECL
- <filename>unicode.sd</filename> declaration into the system SGML
- catalogs. This declaration causes some of the
- <application>OpenJade</application> programs to fail occasionally.
- You'll need to remove these catalog definitions if they exist, or
- the package build will fail. The following command can determine if
- you need to remove these catalog definitions:</para>
-
-<screen><userinput>grep "OpenSP-1.5.1" /etc/sgml/catalog</userinput></screen>
-
- <para>If anything was returned, run the following command as the
- <systemitem class="username">root</systemitem> user to remove the
- catalog definitions:</para>
-
-<screen role="root"><userinput>sed -i.orig \
- -e "/CATALOG \/etc\/sgml\/OpenSP-1.5.1.cat/d" \
- /etc/sgml/catalog \
- /etc/sgml/sgml-docbook.cat</userinput></screen>
-
- </note>
-
- -->
-
<para>Install <application>DocBook-utils</application> by running the
following commands:</para>
<screen><userinput>
patch -Np1 -i ../docbook-utils-&docbook-utils-version;-grep_fix-1.patch
&&
-sed -i 's:/html::' doc/HTML/Makefile.in &&
-./configure --prefix=/usr &&
+sed -i 's:/html::' doc/HTML/Makefile.in &&
+./configure --prefix=/usr &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -136,7 +107,8 @@
<para>Many packages use an alternate name for the
<application>DocBook-utils</application> scripts. If you wish to create
- these alternate names, use the following command:</para>
+ these alternate names, use the following command as
+ the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>for doctype in html ps dvi man pdf rtf tex texi
txt
do
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page