On 2/28/07, Randy McMurchy <[EMAIL PROTECTED]> wrote:
> Dan Nicholson wrote:
>
> > How to fix this? I don't know the right way to handle multiple
> > tarballs. I'm going to follow the teTeX way and just put the explicit
> > `tar -xf ...' into the page. Any other editor feel free to comment
> > here.
>
> That's probably best, Dan. Thanks for looking in to it. I
> should be back in the {B}LFS world in a few days. I'm still
> out of town working.

Here's the diff I'll probably apply while I have your attention. A huge thank
you goes to Ag for pointing me to the Firefox plugin that allows me to edit
the mail in a separate editor. Thus, the following inline patch...

It'll be good to have you back. It gets quiet quickly.

--
Dan

Index: pst/ps/a2ps.xml
===================================================================
--- pst/ps/a2ps.xml     (revision 6655)
+++ pst/ps/a2ps.xml     (working copy)
@@ -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-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to