[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-3.0.0-systemd-127-g47e1de9

git git at clfs.org
Fri Sep 4 18:36:18 PDT 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  47e1de943ec5c0391434b22a52e5b89fefbe9958 (commit)
      from  f0fbe77c0407f8188b6315dcae00d2e018571153 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 47e1de943ec5c0391434b22a52e5b89fefbe9958
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri Sep 4 20:31:10 2015 -0500

    Edit os labelings.

diff --git a/BOOK/temp-system/common/gettext.xml b/BOOK/temp-system/common/gettext.xml
index 0a4ad20..dd1e7c0 100644
--- a/BOOK/temp-system/common/gettext.xml
+++ b/BOOK/temp-system/common/gettext.xml
@@ -22,25 +22,25 @@
   <sect2 role="installation">
     <title>Installation of Gettext</title>
 
-    <para os="i">Many packages' installation procedures use the
+    <para os="a">Many packages' installation procedures use the
     <command>msgfmt</command> program for i18n support, so we will compile
     and install it into <filename class="directory">/tools</filename>.
     Attr also needs <command>msgmerge</command> and <command>xgettext</command>,
     so we will install those as well.</para>
 
-    <para os="a">Only the programs in the
+    <para os="b">Only the programs in the
     <filename class="directory">gettext-tools</filename> directory need to be
     installed for the temp-system:</para>
 
-<screen os="b"><userinput>cd gettext-tools</userinput></screen>
+<screen os="c"><userinput>cd gettext-tools</userinput></screen>
 
-    <para os="c">Prepare Gettext for compilation:</para>
+    <para os="d">Prepare Gettext for compilation:</para>
 
-<screen os="d"><userinput>EMACS="no" ./configure --prefix=/tools \
+<screen os="e"><userinput>EMACS="no" ./configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     --disable-shared --cache-file=config.cache</userinput></screen>
 
-<variablelist os="e">
+<variablelist os="f">
       <title>The meaning of the configure option:</title>
 
       <varlistentry>
@@ -53,16 +53,16 @@
 
     </variablelist>
 
-    <para os="f">Compile the required programs and support library:</para>
+    <para os="g">Compile the required programs and support library:</para>
 
-<screen os="g"><userinput>make -C gnulib-lib
+<screen os="h"><userinput>make -C gnulib-lib
 make -C intl pluralx.c
 make -C src msgfmt msgmerge xgettext</userinput></screen>
 
-    <para os="h">Install the <command>msgfmt</command>,
+    <para os="i">Install the <command>msgfmt</command>,
     <command>msgmerge</command> and <command>xgettext</command> binaries:</para>
 
-<screen os="i"><userinput>cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen>
+<screen os="j"><userinput>cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen>
 
   </sect2>
 

-----------------------------------------------------------------------

Summary of changes:
 BOOK/temp-system/common/gettext.xml |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list