Changeset b3811e1 for pst/ps/a2ps.xml


Ignore:
Timestamp:
02/16/2005 04:09:14 AM (19 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:
f1e6f61d
Parents:
c2a37a6
Message:

Added md5sums to Chapter 45 package instructions; minor modification to sed command in a2ps instructions; added a sentence to GSView instructions that you can symlink /usr/bin/netscape to your preferred browser

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3475 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/a2ps.xml

    rc2a37a6 rb3811e1  
    33  <!ENTITY % general-entities SYSTEM "../../general.ent">
    44  %general-entities;
    5  
     5
    66  <!ENTITY a2ps-download-http "http://ftp.gnu.org/gnu/a2ps/a2ps-&a2ps-version;.tar.gz">
    77  <!ENTITY a2ps-download-ftp  "ftp://ftp.gnu.org/gnu/a2ps/a2ps-&a2ps-version;.tar.gz">
     8  <!ENTITY a2ps-md5sum        "0c8e0c31b08c14f7a7198ce967eb3281">
    89  <!ENTITY a2ps-size          "1.9 MB">
    910  <!ENTITY a2ps-buildsize     "19.2 MB">
    10   <!ENTITY a2ps-time           "0.26 SBU">
     11  <!ENTITY a2ps-time          "0.26 SBU">
    1112]>
    1213
     
    3334<listitem><para>Download (FTP): <ulink
    3435url="&a2ps-download-ftp;"/></para></listitem>
     36<listitem><para>Download MD5 sum: &a2ps-md5sum;</para></listitem>
    3537<listitem><para>Download size: &a2ps-size;</para></listitem>
    3638<listitem><para>Estimated disk space required:
     
    4244<sect3><title>Additional downloads</title>
    4345<itemizedlist spacing='compact'>
    44 <listitem><para>International fonts: <ulink
    45 url="ftp://ftp.enst.fr/pub/unix/a2ps/i18n-fonts-0.1.tar.gz"/>
    46 </para></listitem></itemizedlist>
     46<listitem><para>International fonts: <ulink 
     47url="ftp://ftp.enst.fr/pub/unix/a2ps/i18n-fonts-0.1.tar.gz"/></para></listitem>
     48</itemizedlist>
    4749</sect3>
    4850
     
    5052<sect4><title>Optional</title>
    5153<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
    52 <xref linkend="psutils"/>, <xref linkend="tex"/>,
     54<xref linkend="psutils"/>,
     55<xref linkend="tex"/>,
    5356<xref linkend="gs"/> or <xref linkend="espgs"/>,
    5457<ulink
     
    7275<screen><userinput><command>sed -i -e "s|emacs||" contrib/Makefile.in &amp;&amp;
    7376sed -i -e "s|/usr/local/share|/usr/share|" configure &amp;&amp;
    74 sed -i -e "s|char \*malloc ();|/* char *malloc (); */|" \
     77sed -i -e "s|char \*malloc ();|/* &amp; */|" \
    7578    lib/path-concat.c &amp;&amp;
    7679./configure --prefix=/usr \
     
    9699installed by the <acronym>BLFS</acronym> instructions.</para>
    97100
    98 <para><command>sed -i -e "s|char \*malloc ();|/* char *malloc (); */|" \
    99     lib/path-concat.c</command>: This command fixes a build problem with
    100 <acronym>LFS</acronym> &gt;5.1.</para>
     101<para><command>sed -i -e "s|char \*malloc ();|/* &amp; */|"
     102lib/path-concat.c</command>: This command fixes a build problem with
     103<application><acronym>GCC</acronym></application>-3.4.x</para>
    101104
    102105<para><parameter>--sysconfdir=/etc/a2ps</parameter>: Configuration data
    103 goes to <filename class="directory">/etc/a2ps</filename> instead of
     106is installed in <filename class="directory">/etc/a2ps</filename> instead of
    104107<filename class="directory">/usr/etc</filename>.</para>
    105108
Note: See TracChangeset for help on using the changeset viewer.