mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Replaced hard-coded version with version entity in OpenSP instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2733 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
200462068d
commit
f6f7820d63
@ -22,6 +22,10 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>September 10th, 2004 [randy]: Corrected OpenSP instructions
|
||||
to fix hard-coded version (replaced with version entity) as suggested by
|
||||
Nico Roeser.</para></listitem>
|
||||
|
||||
<listitem><para>September 10th, 2004 [randy]: Added gcc34 patch to
|
||||
GNOME-Terminal to fix an LFS-6.0 build problem; added required
|
||||
dependencies to GNOME-Print-0.37.</para></listitem>
|
||||
|
@ -2,7 +2,7 @@
|
||||
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
|
||||
<!ENTITY opensp-download-http "http://download.sourceforge.net/openjade/OpenSP-&opensp-version;.tar.gz">
|
||||
<!ENTITY opensp-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/OpenSP-&opensp-version;.tar.gz">
|
||||
<!ENTITY opensp-size "1.4 MB">
|
||||
@ -40,6 +40,7 @@ url="&opensp-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
&opensp-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
|
||||
<sect3><title>Additional downloads</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Required Patch (removes some annoying messages that can appear
|
||||
@ -113,7 +114,7 @@ support for <acronym>XML</acronym> Formatted Messages.</para>
|
||||
<para><command>make pkgdatadir=/usr/share/sgml/OpenSP-&opensp-version;</command>:
|
||||
This sets the pkgdatadir variable in the <filename>Makefile</filename> from
|
||||
<filename class="directory">/usr/share/OpenSP</filename> to
|
||||
<filename class="directory">/usr/share/sgml/OpenSP-1.5</filename>.</para>
|
||||
<filename class="directory">/usr/share/sgml/OpenSP-&opensp-version;</filename>.</para>
|
||||
|
||||
<para><screen><command>ln -sf onsgmls /usr/bin/nsgmls
|
||||
ln -sf osgmlnorm /usr/bin/sgmlnorm
|
||||
@ -153,8 +154,8 @@ files.</para></sect3>
|
||||
converter of <acronym>SGML</acronym> to <acronym>XML</acronym>.</para></sect3>
|
||||
|
||||
<sect3><title>ospcat</title>
|
||||
<para><command>ospcat</command> prints effective system identifiers found in the
|
||||
catalogs.</para></sect3>
|
||||
<para><command>ospcat</command> prints effective system identifiers found in
|
||||
the catalogs.</para></sect3>
|
||||
|
||||
<sect3><title>ospent</title>
|
||||
<para><command>ospent</command> provides access to
|
||||
|
Loading…
Reference in New Issue
Block a user