Signed-off-by: Gaetan Nadon <[email protected]> --- 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
