[PATCH libICE] specs: use the &fullrelvers; entity to set X11 release information

Gaetan Nadon memsize at videotron.ca
Sun Sep 11 13:35:35 PDT 2011


Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 doc/ICElib.xml |    8 +++++---
 specs/ice.xml  |    7 +++++--
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/doc/ICElib.xml b/doc/ICElib.xml
index 7366fa4..f048f35 100644
--- a/doc/ICElib.xml
+++ b/doc/ICElib.xml
@@ -1,7 +1,9 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-                   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
-
+                   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+<!ENTITY % defs SYSTEM "defs.ent"> %defs;
+]>
 
 
 <book id="ICElib">
@@ -9,7 +11,7 @@
 <bookinfo>
    <title>Inter-Client Exchange Library</title>
    <subtitle>X Consortium Standard</subtitle>
-   <releaseinfo>X Version 11, Release 6.4</releaseinfo>
+   <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo>
    <releaseinfo>Version 1.0</releaseinfo>
    <authorgroup>
      <author>
diff --git a/specs/ice.xml b/specs/ice.xml
index d8a53e3..037a0f6 100644
--- a/specs/ice.xml
+++ b/specs/ice.xml
@@ -1,6 +1,9 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-                   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+                   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+<!ENTITY % defs SYSTEM "defs.ent"> %defs;
+]>
 
 
 <!-- lifted from troff+ms+XMan by doclifter -->
@@ -9,7 +12,7 @@
 <bookinfo>
    <title>Inter-Client Exchange (ICE) Protocol</title>
    <subtitle>X Consortium Standard</subtitle>
-   <releaseinfo>X Version 11, Release 6.4</releaseinfo>
+   <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo>
    <authorgroup>
       <author>
          <firstname>Robert</firstname><surname>Scheifler</surname>
-- 
1.7.4.1



More information about the xorg-devel mailing list