[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, simp, updated. d240b159b20ed2458a7f818d2c95fe66c3589926

git git at cross-lfs.org
Wed Dec 18 00:35:17 PST 2013


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, simp has been updated
       via  d240b159b20ed2458a7f818d2c95fe66c3589926 (commit)
       via  193eb68e74232c3e769c4a204144e6ede76ab224 (commit)
      from  271d1f963630b9cb390baf1ee2d8bdfe7d14e340 (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 d240b159b20ed2458a7f818d2c95fe66c3589926
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Dec 18 03:35:14 2013 -0500

    Updated m4 to use simplified xml

diff --git a/BOOK/final-system/multilib/m4.xml b/BOOK/final-system/multilib/m4.xml
deleted file mode 100644
index 73c5116..0000000
--- a/BOOK/final-system/multilib/m4.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-  <!ENTITY % general-entities SYSTEM "../../general.ent">
-  %general-entities;
-]>
-
-<sect1 id="ch-system-m4" role="wrap">
-  <?dbhtml filename="m4.html"?>
-
-  <title>M4-&m4-version;</title>
-
-  <indexterm zone="ch-system-m4">
-    <primary sortas="a-M4">M4</primary>
-  </indexterm>
-
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-  href="../common/m4.xml"
-  xpointer="xpointer(//*[@role='package'])"/>
-
-  <sect2 role="installation">
-    <title>Installation of M4</title>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/m4.xml"
-    xpointer="xpointer(//*[@os='a'])"/>
-
-<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr</userinput></screen>
-
-   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/m4.xml"
-    xpointer="xpointer(//*[@os='c'])"/>
-
-   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/m4.xml"
-    xpointer="xpointer(//*[@os='d'])"/>
-
-   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/m4.xml"
-    xpointer="xpointer(//*[@os='e'])"/>
-
-   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/m4.xml"
-    xpointer="xpointer(//*[@os='f'])"/>
-
-   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/m4.xml"
-    xpointer="xpointer(//*[@os='g'])"/>
-
-  </sect2>
-
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-  href="../common/m4.xml"
-  xpointer="xpointer(id('contents-m4'))"/>
-
-</sect1>
diff --git a/BOOK/temp-system/multilib/m4.xml b/BOOK/temp-system/multilib/m4.xml
deleted file mode 100644
index 7953a5b..0000000
--- a/BOOK/temp-system/multilib/m4.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-  <!ENTITY % general-entities SYSTEM "../../general.ent">
-  %general-entities;
-]>
-
-<sect1 id="ch-temp-system-m4" role="wrap">
-  <?dbhtml filename="m4.html"?>
-
-  <title>M4-&m4-version;</title>
-
-  <indexterm zone="ch-temp-system-m4">
-    <primary sortas="a-M4">M4</primary>
-    <secondary>temporary system</secondary>
-  </indexterm>
-
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-  href="../../final-system/common/m4.xml"
-  xpointer="xpointer(//*[@role='package'])"/>
-
-  <sect2 role="installation">
-    <title>Installation of M4</title>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/m4.xml"
-    xpointer="xpointer(//*[@os='cc1'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/m4.xml"
-    xpointer="xpointer(//*[@os='cc2'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/m4.xml"
-    xpointer="xpointer(//*[@os='a'])"/>
-
-<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
-    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --cache-file=config.cache</userinput></screen>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/m4.xml"
-    xpointer="xpointer(//*[@os='c'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/m4.xml"
-    xpointer="xpointer(//*[@os='d'])"/>
-        
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/m4.xml"
-    xpointer="xpointer(//*[@os='e'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/m4.xml"
-    xpointer="xpointer(//*[@os='f'])"/>
-
-  </sect2>
-
-  <sect2 role="content">
-    <title/>
-
-    <para>Details on this package are located in <xref
-    linkend="contents-m4" role="."/></para>
-
-  </sect2>
-
-</sect1>

commit 193eb68e74232c3e769c4a204144e6ede76ab224
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Dec 18 03:18:28 2013 -0500

    Updated date

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 530d3d6..877c5ea 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<!ENTITY month "06"> <!-- Use two digits -->
-<!ENTITY month_name "June">
-<!ENTITY day "04"> <!-- Use two digits -->
-<!ENTITY year "2011"> <!-- Use four digits -->
+<!ENTITY month "12"> <!-- Use two digits -->
+<!ENTITY month_name "December">
+<!ENTITY day "18"> <!-- Use two digits -->
+<!ENTITY year "2013"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">
 

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

Summary of changes:
 BOOK/final-system/multilib/m4.xml |   56 -------------------------------
 BOOK/general.ent                  |    8 ++--
 BOOK/temp-system/multilib/m4.xml  |   67 -------------------------------------
 3 files changed, 4 insertions(+), 127 deletions(-)
 delete mode 100644 BOOK/final-system/multilib/m4.xml
 delete mode 100644 BOOK/temp-system/multilib/m4.xml


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list