[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-3.0.0-rc1-systemd-13-g350c7e7

git git at cross-lfs.org
Fri Aug 1 04:03:23 PDT 2014


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  350c7e71ef2e78984076c61134b9b687f7a709bb (commit)
       via  91076aca0863b79b71101d2879ec1f531643b6ac (commit)
      from  f8db29aeb6fea4a1bfaf4b6ab26198734f98bf96 (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 350c7e71ef2e78984076c61134b9b687f7a709bb
Author: Chris Staub <chris at beaker67.com>
Date:   Fri Aug 1 07:02:57 2014 -0400

    Added command explanation to ncurses

diff --git a/BOOK/final-system/common/ncurses.xml b/BOOK/final-system/common/ncurses.xml
index 7cee81e..99676bd 100644
--- a/BOOK/final-system/common/ncurses.xml
+++ b/BOOK/final-system/common/ncurses.xml
@@ -37,6 +37,17 @@
     --with-manpage-format=normal \
     --with-default-terminfo-dir=/usr/share/terminfo</userinput></screen>
 
+    <variablelist os="b1">
+      <title>The meaning of the new configure option:</title>
+
+      <varlistentry>
+        <term><parameter>--with-manpage-format=normal</parameter></term>
+        <listitem>
+          <para>This tells Ncurses not to compress its installed manpages.</para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+
     <para os="c">Compile the package:</para>
 
 <screen os="d"><userinput>make</userinput></screen>
diff --git a/BOOK/final-system/multilib/ncurses.xml b/BOOK/final-system/multilib/ncurses.xml
index 2e83afa..0232ad9 100644
--- a/BOOK/final-system/multilib/ncurses.xml
+++ b/BOOK/final-system/multilib/ncurses.xml
@@ -42,6 +42,10 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/ncurses.xml"
+    xpointer="xpointer(//*[@os='b1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/ncurses.xml"
     xpointer="xpointer(//*[@os='c'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

commit 91076aca0863b79b71101d2879ec1f531643b6ac
Author: Chris Staub <chris at beaker67.com>
Date:   Fri Aug 1 07:02:44 2014 -0400

    Text fix

diff --git a/BOOK/final-system/common/bash.xml b/BOOK/final-system/common/bash.xml
index 899abbb..93a5981 100644
--- a/BOOK/final-system/common/bash.xml
+++ b/BOOK/final-system/common/bash.xml
@@ -36,7 +36,7 @@
     --docdir=/usr/share/doc/bash-&bash-version;</userinput></screen>
 
     <variablelist os="c">
-      <title>The meaning of the configure option:</title>
+      <title>The meaning of the new configure option:</title>
 
       <varlistentry>
         <term><parameter>--with-installed-readline</parameter></term>

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

Summary of changes:
 BOOK/final-system/common/bash.xml      |    2 +-
 BOOK/final-system/common/ncurses.xml   |   11 +++++++++++
 BOOK/final-system/multilib/ncurses.xml |    4 ++++
 3 files changed, 16 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list