[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.1.0-1258-g7481f2d

git git at cross-lfs.org
Mon Jun 16 01:56:42 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  7481f2d0da8de41be23482bd8c990c8a41427ca4 (commit)
       via  c3aff536162684852e42c75c5f9c48683de13f3d (commit)
      from  73e033d96742ec84374257c980a059c486a41c67 (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 7481f2d0da8de41be23482bd8c990c8a41427ca4
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Jun 16 04:56:08 2014 -0400

    Updated date

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 470adc3..d9a80c2 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "06"> <!-- Use two digits -->
 <!ENTITY month_name "June">
-<!ENTITY day "13"> <!-- Use two digits -->
+<!ENTITY day "15"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

commit c3aff536162684852e42c75c5f9c48683de13f3d
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Jun 16 04:55:54 2014 -0400

    Generate and install MPC html docs

diff --git a/BOOK/final-system/common/mpc.xml b/BOOK/final-system/common/mpc.xml
index f70f42b..d3d6fe8 100644
--- a/BOOK/final-system/common/mpc.xml
+++ b/BOOK/final-system/common/mpc.xml
@@ -29,24 +29,32 @@
 
 <screen os="b"><userinput>CC="gcc -isystem /usr/include" \
 LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \
-  ./configure --prefix=/usr</userinput></screen>
+  ./configure --prefix=/usr --docdir=/usr/share/doc/mpc-&mpc-version;</userinput></screen>
 
     <para os="c">Compile the package:</para>
 
 <screen os="d"><userinput>make</userinput></screen>
 
-    <important os="e">
+    <para os="e">Build the HTML documentation:</para>
+
+<screen os="f"><userinput>make html</userinput></screen>
+
+    <important os="g">
       <para>The test suite for MPC is considered
       critical. Do not skip it under any circumstance.</para>
     </important>
 
-    <para os="f">Test the results:</para>
+    <para os="h">Test the results:</para>
+
+<screen os="i"><userinput remap="test">make check</userinput></screen>
+
+    <para os="j">Install the package:</para>
 
-<screen os="g"><userinput remap="test">make check</userinput></screen>
+<screen os="k"><userinput>make install</userinput></screen>
 
-    <para os="h">Install the package:</para>
+    <para os="l">Install the HTML documentation:</para>
 
-<screen os="i"><userinput>make install</userinput></screen>
+<screen os="m"><userinput>make install-html</userinput></screen>
 
   </sect2>
 
@@ -55,9 +63,11 @@ LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \
 
     <segmentedlist>
       <segtitle>Installed libraries</segtitle>
+      <segtitle>Installed directory</segtitle>
 
       <seglistitem>
         <seg>libmpc.[a,so]</seg>
+        <seg>/usr/share/doc/mpc-&mpc-version;</seg>
       </seglistitem>
     </segmentedlist>
 
diff --git a/BOOK/final-system/multilib/mpc-64bit.xml b/BOOK/final-system/multilib/mpc-64bit.xml
index 07b2735..c2f5d4b 100644
--- a/BOOK/final-system/multilib/mpc-64bit.xml
+++ b/BOOK/final-system/multilib/mpc-64bit.xml
@@ -27,7 +27,8 @@
 
 <screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILD64}" \
 LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64 ${BUILD64}" \
-  ./configure --prefix=/usr --libdir=/usr/lib64</userinput></screen>
+  ./configure --prefix=/usr --libdir=/usr/lib64 \
+  --docdir=/usr/share/doc/mpc-&mpc-version;</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/mpc.xml"
@@ -57,6 +58,22 @@ LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64 ${BUILD64}" \
     href="../common/mpc.xml"
     xpointer="xpointer(//*[@os='i'])"/>
 
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/mpc.xml"
+    xpointer="xpointer(//*[@os='j'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/mpc.xml"
+    xpointer="xpointer(//*[@os='k'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/mpc.xml"
+    xpointer="xpointer(//*[@os='l'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/mpc.xml"
+    xpointer="xpointer(//*[@os='m'])"/>
+
   </sect2>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/final-system/multilib/mpc-n32.xml b/BOOK/final-system/multilib/mpc-n32.xml
index ec446f0..1f320e2 100644
--- a/BOOK/final-system/multilib/mpc-n32.xml
+++ b/BOOK/final-system/multilib/mpc-n32.xml
@@ -40,23 +40,23 @@ LDFLAGS="-Wl,-rpath-link,/usr/lib32:/lib32 ${BUILDN32}" \
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/mpc.xml"
-    xpointer="xpointer(//*[@os='e'])"/>
+    xpointer="xpointer(//*[@os='g'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/mpc.xml"
-    xpointer="xpointer(//*[@os='f'])"/>
+    xpointer="xpointer(//*[@os='h'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/mpc.xml"
-    xpointer="xpointer(//*[@os='g'])"/>
+    xpointer="xpointer(//*[@os='i'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/mpc.xml"
-    xpointer="xpointer(//*[@os='h'])"/>
+    xpointer="xpointer(//*[@os='j'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/mpc.xml"
-    xpointer="xpointer(//*[@os='i'])"/>
+    xpointer="xpointer(//*[@os='k'])"/>
 
   </sect2>
 
diff --git a/BOOK/final-system/multilib/mpc.xml b/BOOK/final-system/multilib/mpc.xml
index dc2a46a..f164af6 100644
--- a/BOOK/final-system/multilib/mpc.xml
+++ b/BOOK/final-system/multilib/mpc.xml
@@ -40,23 +40,23 @@ LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib ${BUILD32}" \
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/mpc.xml"
-    xpointer="xpointer(//*[@os='e'])"/>
+    xpointer="xpointer(//*[@os='g'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/mpc.xml"
-    xpointer="xpointer(//*[@os='f'])"/>
+    xpointer="xpointer(//*[@os='h'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/mpc.xml"
-    xpointer="xpointer(//*[@os='g'])"/>
+    xpointer="xpointer(//*[@os='i'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/mpc.xml"
-    xpointer="xpointer(//*[@os='h'])"/>
+    xpointer="xpointer(//*[@os='j'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/mpc.xml"
-    xpointer="xpointer(//*[@os='i'])"/>
+    xpointer="xpointer(//*[@os='k'])"/>
 
   </sect2>
 
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 94fb20e..e7c65fb 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,16 @@
 -->
 
     <listitem>
+      <para>15 June 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Chris] - Added commands to create and install HTML
+          documentation for MPC.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>13 June 2014</para>
       <itemizedlist>
         <listitem>

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

Summary of changes:
 BOOK/final-system/common/mpc.xml         |   22 ++++++++++++++++------
 BOOK/final-system/multilib/mpc-64bit.xml |   19 ++++++++++++++++++-
 BOOK/final-system/multilib/mpc-n32.xml   |   10 +++++-----
 BOOK/final-system/multilib/mpc.xml       |   10 +++++-----
 BOOK/general.ent                         |    2 +-
 BOOK/introduction/common/changelog.xml   |   10 ++++++++++
 6 files changed, 55 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list