Changeset deddaa7


Ignore:
Timestamp:
06/13/2005 02:26:10 PM (19 years ago)
Author:
David Jensen <djensen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
470d3786
Parents:
683e848a
Message:

instruction changes to a2ps, bug#1216

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r683e848a rdeddaa7  
    1 <!ENTITY day          "12">
     1<!ENTITY day          "13">
    22<!ENTITY month        "06">
    33<!ENTITY year         "2005">
  • introduction/welcome/changelog.xml

    r683e848a rdeddaa7  
    2424
    2525  <itemizedlist>
     26
     27    <listitem>
     28      <para>June 13th, 2005 [djensen]: Added a2ps instructions to install
     29      the downloaded fonts.  Added possible testsuite. Separated user and
     30      root instructions. Added installed directories.</para>
     31    </listitem>
    2632
    2733    <listitem>
  • pst/ps/a2ps.xml

    r683e848a rdeddaa7  
    99  <!ENTITY a2ps-md5sum        "0c8e0c31b08c14f7a7198ce967eb3281">
    1010  <!ENTITY a2ps-size          "1.9 MB">
    11   <!ENTITY a2ps-buildsize     "19.2 MB">
     11  <!ENTITY a2ps-buildsize     "20.7 MB">
    1212  <!ENTITY a2ps-time          "0.26 SBU">
    1313]>
     
    8787    commands:</para>
    8888
    89 <screen><userinput>sed -i -e "s|emacs||" contrib/Makefile.in &amp;&amp;
    90 sed -i -e "s|/usr/local/share|/usr/share|" configure &amp;&amp;
    91 sed -i -e "s|char \*malloc ();|/* &amp; */|" \
     89<screen><userinput>sed -i "s|emacs||" contrib/Makefile.in &amp;&amp;
     90sed -i "s|/usr/local/share|/usr/share|" configure &amp;&amp;
     91sed -i "s|char \*malloc ();|/* &amp; */|" \
    9292    lib/path-concat.c &amp;&amp;
    9393./configure --prefix=/usr \
    9494    --sysconfdir=/etc/a2ps --localstatedir=/var \
    9595    --enable-shared --with-medium=letter &amp;&amp;
    96 make &amp;&amp;
    97 make install</userinput></screen>
     96make</userinput></screen>
     97
     98    <para>To test the results, issue: <command>make check</command>.
     99    Printers.tst will fail, as there is no default test printer.</para>
     100
     101    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     102
     103<screen role="root"><userinput>make install</userinput></screen>
     104
     105    <para>Install the downloaded i18n-fonts by running the following
     106    commands:</para>
     107
     108    <para>As the <systemitem class="username">root</systemitem> user:</para>
     109
     110<screen role="root"><userinput>cp -v fonts/* /usr/share/a2ps/fonts &amp;&amp;
     111cp -v afm/* /usr/share/a2ps/afm &amp;&amp;
     112cd /usr/share/a2ps/afm &amp;&amp;
     113./make_fonts_map.sh &amp;&amp;
     114mv fonts.map.new fonts.map</userinput></screen>
    98115
    99116  </sect2>
     
    172189        pdiff, psmandup, psset, and texi2dvi4a2ps</seg>
    173190        <seg>liba2ps.[so,a] and filter data</seg>
    174         <seg>Not determined at this time</seg>
     191        <seg>/etc/a2ps, and /usr/share/a2ps with subdirs</seg>
    175192      </seglistitem>
    176193    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.