Changeset 16308d7


Ignore:
Timestamp:
12/03/2003 12:42:45 PM (20 years ago)
Author:
Igor Živković <igor@…>
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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
58a6bfc
Parents:
47e9366e
Message:

added psutils and ghostscript to a2ps optional dependencies

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

Location:
pst/ps/a2ps
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/a2ps/a2ps-inst.xml

    r47e9366e r16308d7  
    1212cp configure{,.orig} &amp;&amp;
    1313sed -e 's|/usr/local/share/ghostscript|/usr/share/ghostscript|g' \
    14     configure.orig > configure
     14    configure.orig > configure &amp;&amp;
    1515./configure --prefix=/usr \
    16     --sysconfdir=/etc/a2ps --localstatedir=/var \
    17     --with-medium=letter &amp;&amp;
     16    --sysconfdir=/etc/a2ps --localstatedir=/var &amp;&amp;
    1817make &amp;&amp;
    1918make install</command></userinput></screen>
  • pst/ps/a2ps/a2ps-intro.xml

    r47e9366e r16308d7  
    1919&a2ps-time;</para></listitem></itemizedlist>
    2020</sect3>
    21 <sect3><title>Additional download</title>
     21
     22<sect3><title>Additional downloads</title>
    2223<itemizedlist spacing='compact'>
    23 <listitem><para>Download (FTP): <ulink url="ftp://ftp.enst.fr/pub/unix/a2ps/i18n-fonts-0.1.tar.gz">International fonts</ulink></para></listitem></itemizedlist>
     24<listitem><para>International fonts: <ulink
     25url="ftp://ftp.enst.fr/pub/unix/a2ps/i18n-fonts-0.1.tar.gz"/>
     26</para></listitem></itemizedlist>
    2427</sect3>
    2528
     29<sect3><title><application>a2ps</application> dependencies</title>
     30<sect4><title>Optional</title>
     31<para><xref linkend="psutils"/> and
     32<xref linkend="gs"/> or <xref linkend="espgs"/>
     33</para></sect4>
     34</sect3>
    2635
    2736</sect2>
Note: See TracChangeset for help on using the changeset viewer.