diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-05-17 20:27:10 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-05-20 11:31:13 -0700 |
commit | 78fe4be4c43db1f07a30e8a6c9a17f81c1082d76 (patch) | |
tree | 7a9dcdc433eaf6f466970cdf620cac2f901c8c2b /hw/xfree86/doc/sgml/DESIGN.xml | |
parent | 2bdc73bcf41ff0c10e70ecc15fc8b8333af6db65 (diff) |
Show Xserver release/version date in DIX & DDX docs
Uses a fake absolute path to the entity definition files so that
the xmlto --searchpath will work for finding the actual path
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
Tested-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'hw/xfree86/doc/sgml/DESIGN.xml')
-rw-r--r-- | hw/xfree86/doc/sgml/DESIGN.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/xfree86/doc/sgml/DESIGN.xml b/hw/xfree86/doc/sgml/DESIGN.xml index 6abfa604c..200990cb5 100644 --- a/hw/xfree86/doc/sgml/DESIGN.xml +++ b/hw/xfree86/doc/sgml/DESIGN.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ + <!ENTITY % defs SYSTEM "/xserver/doc/xml/xserver.ent"> %defs; <!-- config file keyword markup --> <!-- specific config file keywords --> <!ENTITY k.device "<emphasis>Device</emphasis>"> @@ -29,7 +30,8 @@ </othercredit> </authorgroup> - <pubdate>19 December 2003</pubdate> + <pubdate>&xserver.reldate;</pubdate> + <releaseinfo>Xorg server version &xserver.version;</releaseinfo> </articleinfo> |