Author: dnicholson
Date: 2007-02-28 09:24:50 -0700 (Wed, 28 Feb 2007)
New Revision: 6656

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/pst/ps/a2ps.xml
Log:
More explicit i18n-fonts commands for a2ps


Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2007-02-24 16:16:20 UTC (rev 6655)
+++ trunk/BOOK/general.ent      2007-02-28 16:24:50 UTC (rev 6656)
@@ -3,7 +3,7 @@
 $Date$
 -->
 
-<!ENTITY day          "24">                   <!-- Always 2 digits -->
+<!ENTITY day          "28">                   <!-- Always 2 digits -->
 <!ENTITY month        "02">                   <!-- Always 2 digits -->
 <!ENTITY year         "2007">
 <!ENTITY version      "svn-&year;&month;&day;">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2007-02-24 16:16:20 UTC 
(rev 6655)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2007-02-28 16:24:50 UTC 
(rev 6656)
@@ -42,6 +42,17 @@
 -->
 
     <listitem>
+      <para>February 28th, 2007</para>
+      <itemizedlist>
+        <listitem>
+          <para>[dnicholson] - Made the i18n-fonts commands more explicit
+          on the a2ps page to guard against errors. Thanks to Nathan Coulson
+          for the report.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>February 24th, 2007</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/pst/ps/a2ps.xml
===================================================================
--- trunk/BOOK/pst/ps/a2ps.xml  2007-02-24 16:16:20 UTC (rev 6655)
+++ trunk/BOOK/pst/ps/a2ps.xml  2007-02-28 16:24:50 UTC (rev 6656)
@@ -10,6 +10,8 @@
   <!ENTITY a2ps-size          "1.9 MB">
   <!ENTITY a2ps-buildsize     "20.7 MB">
   <!ENTITY a2ps-time          "0.26 SBU">
+
+  <!ENTITY i18n-fonts-version "0.1">
 ]>
 
 <sect1 id="a2ps" xreflabel="a2ps-&a2ps-version;">
@@ -70,7 +72,7 @@
     <itemizedlist spacing='compact'>
       <listitem>
         <para>International fonts: <ulink
-        url="ftp://ftp.enst.fr/pub/unix/a2ps/i18n-fonts-0.1.tar.gz"/></para>
+        
url="ftp://ftp.enst.fr/pub/unix/a2ps/i18n-fonts-&i18n-fonts-version;.tar.gz"/></para>
       </listitem>
     </itemizedlist>
 
@@ -126,8 +128,9 @@
     <para>Install the downloaded i18n-fonts by running the following
     commands as the <systemitem class="username">root</systemitem> user:</para>
 
-<screen role="root"><userinput>cp -v fonts/* /usr/share/a2ps/fonts &amp;&amp;
-cp -v afm/* /usr/share/a2ps/afm &amp;&amp;
+<screen role="root"><userinput>tar -xf 
../i18n-fonts-&i18n-fonts-version;.tar.gz &amp;&amp;
+cp -v i18n-fonts-&i18n-fonts-version;/fonts/* /usr/share/a2ps/fonts &amp;&amp;
+cp -v i18n-fonts-&i18n-fonts-version;/afm/* /usr/share/a2ps/afm &amp;&amp;
 cd /usr/share/a2ps/afm &amp;&amp;
 ./make_fonts_map.sh &amp;&amp;
 mv fonts.map.new fonts.map</userinput></screen>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to