Changeset bccbd219


Ignore:
Timestamp:
02/28/2007 04:24:50 PM (17 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
81ad3fb
Parents:
38aa038
Message:

More explicit i18n-fonts commands for a2ps

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r38aa038 rbccbd219  
    44-->
    55
    6 <!ENTITY day          "24">                   <!-- Always 2 digits -->
     6<!ENTITY day          "28">                   <!-- Always 2 digits -->
    77<!ENTITY month        "02">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
  • introduction/welcome/changelog.xml

    r38aa038 rbccbd219  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>February 28th, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dnicholson] - Made the i18n-fonts commands more explicit
     49          on the a2ps page to guard against errors. Thanks to Nathan Coulson
     50          for the report.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
    4354
    4455    <listitem>
  • pst/ps/a2ps.xml

    r38aa038 rbccbd219  
    1111  <!ENTITY a2ps-buildsize     "20.7 MB">
    1212  <!ENTITY a2ps-time          "0.26 SBU">
     13
     14  <!ENTITY i18n-fonts-version "0.1">
    1315]>
    1416
     
    7173      <listitem>
    7274        <para>International fonts: <ulink
    73         url="ftp://ftp.enst.fr/pub/unix/a2ps/i18n-fonts-0.1.tar.gz"/></para>
     75        url="ftp://ftp.enst.fr/pub/unix/a2ps/i18n-fonts-&i18n-fonts-version;.tar.gz"/></para>
    7476      </listitem>
    7577    </itemizedlist>
     
    127129    commands as the <systemitem class="username">root</systemitem> user:</para>
    128130
    129 <screen role="root"><userinput>cp -v fonts/* /usr/share/a2ps/fonts &amp;&amp;
    130 cp -v afm/* /usr/share/a2ps/afm &amp;&amp;
     131<screen role="root"><userinput>tar -xf ../i18n-fonts-&i18n-fonts-version;.tar.gz &amp;&amp;
     132cp -v i18n-fonts-&i18n-fonts-version;/fonts/* /usr/share/a2ps/fonts &amp;&amp;
     133cp -v i18n-fonts-&i18n-fonts-version;/afm/* /usr/share/a2ps/afm &amp;&amp;
    131134cd /usr/share/a2ps/afm &amp;&amp;
    132135./make_fonts_map.sh &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.