Changeset 93343b6 for pst/ps


Ignore:
Timestamp:
09/02/2013 06:10:49 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
ee835cc
Parents:
745db80
Message:

LFS 7.4 tags
Ensure gcc is used for cups

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

Location:
pst/ps
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/a2ps.xml

    r745db80 r93343b6  
    3737    expands appropriately to <quote>all to PostScript</quote>.</para>
    3838
    39     &lfs73_checked;
     39    &lfs74_checked;
    4040
    4141    <caution>
     
    115115
    116116<screen><userinput>autoconf &amp;&amp;
    117 sed -i "s/GPERF --version |/&amp; head -n 1 |/" configure &amp;&amp;
    118 sed -i "s|/usr/local/share|/usr/share|" configure &amp;&amp;
    119 ./configure --prefix=/usr \
     117sed -i -e "s/GPERF --version |/&amp; head -n 1 |/" \
     118       -e "s|/usr/local/share|/usr/share|" configure &amp;&amp;
     119
     120./configure --prefix=/usr  \
    120121    --sysconfdir=/etc/a2ps \
    121     --enable-shared \
    122     --with-medium=letter &amp;&amp;
    123 make</userinput></screen>
     122    --enable-shared        \
     123    --with-medium=letter   &amp;&amp;
     124make                       &amp;&amp;
     125touch doc/*.info</userinput></screen>
    124126
    125127    <para>To test the results, issue: <command>make check</command>.
     
    180182    after installation.</para>
    181183
     184    <para><command>touch doc/*.info</command>: This command avoids trying to
     185    regenerate the info files. This is an older package and the current
     186    .texi files will produce errors preventing <command>make install</command>
     187    from working properly.</para>
     188
    182189  </sect2>
    183190
  • pst/ps/enscript.xml

    r745db80 r93343b6  
    3737    to PostScript, HTML, RTF, ANSI and overstrikes.</para>
    3838
    39     &lfs73_checked;
     39    &lfs74_checked;
    4040
    4141    <caution>
     
    9696
    9797pushd docs &amp;&amp;
    98 texi2html enscript.texi &amp;&amp;
    99 makeinfo --plaintext -o enscript.txt enscript.texi &amp;&amp;
     98  makeinfo --plaintext -o enscript.txt enscript.texi &amp;&amp;
    10099popd</userinput></screen>
    101100
     
    111110
    112111install -v -m755 -d /usr/share/doc/enscript-&enscript-version; &amp;&amp;
    113 install -v -m644    README* *.txt docs/*.{html,txt} \
     112install -v -m644    README* *.txt docs/*.txt \
    114113                    /usr/share/doc/enscript-&enscript-version;</userinput></screen>
    115114
     
    149148        and states</seg>
    150149        <seg>None</seg>
    151         <seg>/etc/enscript, /usr/share/doc/enscript-&enscript-version; and
     150        <seg>/etc/enscript, /usr/share/doc/enscript-&enscript-version;, and
    152151        /usr/share/enscript</seg>
    153152      </seglistitem>
  • pst/ps/fop.xml

    r745db80 r93343b6  
    5252    primary output target is PDF.</para>
    5353
    54     &lfs73_checked;
     54    &lfs74_checked;
    5555
    5656    <bridgehead renderas="sect3">Package Information</bridgehead>
  • pst/ps/psutils.xml

    r745db80 r93343b6  
    1010  <!ENTITY psutils-size          "68 KB">
    1111  <!ENTITY psutils-buildsize     "740 KB">
    12   <!ENTITY psutils-time          "0.01 SBU">
     12  <!ENTITY psutils-time          "less than 0.1 SBU">
    1313]>
    1414
     
    3333    PostScript files.</para>
    3434
    35     &lfs73_checked;
     35    &lfs74_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.