Changeset f6f7820


Ignore:
Timestamp:
09/10/2004 04:52:53 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
eed7fc8
Parents:
2004620
Message:

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r2004620 rf6f7820  
    2323<itemizedlist>
    2424
     25<listitem><para>September 10th, 2004 [randy]: Corrected OpenSP instructions 
     26to fix hard-coded version (replaced with version entity) as suggested by
     27Nico Roeser.</para></listitem>
     28
    2529<listitem><para>September 10th, 2004 [randy]: Added gcc34 patch to
    2630GNOME-Terminal to fix an LFS-6.0 build problem; added required
  • pst/sgml/opensp.xml

    r2004620 rf6f7820  
    33  <!ENTITY % general-entities SYSTEM "../../general.ent">
    44  %general-entities;
    5  
     5
    66  <!ENTITY opensp-download-http "http://download.sourceforge.net/openjade/OpenSP-&opensp-version;.tar.gz">
    77  <!ENTITY opensp-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/OpenSP-&opensp-version;.tar.gz">
     
    4141&opensp-time;</para></listitem></itemizedlist>
    4242</sect3>
     43
    4344<sect3><title>Additional downloads</title>
    4445<itemizedlist spacing='compact'>
     
    114115This sets the pkgdatadir variable in the <filename>Makefile</filename> from
    115116<filename class="directory">/usr/share/OpenSP</filename> to
    116 <filename class="directory">/usr/share/sgml/OpenSP-1.5</filename>.</para>
     117<filename class="directory">/usr/share/sgml/OpenSP-&opensp-version;</filename>.</para>
    117118
    118119<para><screen><command>ln -sf onsgmls /usr/bin/nsgmls
     
    154155
    155156<sect3><title>ospcat</title>
    156 <para><command>ospcat</command> prints effective system identifiers found in the
    157 catalogs.</para></sect3>
     157<para><command>ospcat</command> prints effective system identifiers found in
     158the catalogs.</para></sect3>
    158159
    159160<sect3><title>ospent</title>
Note: See TracChangeset for help on using the changeset viewer.