diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-09-12 11:01:19 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-09-12 20:34:47 -0400 |
commit | 7b2589d66d672d2585d3df4074ce64443f7e4b71 (patch) | |
tree | 19f30e5ed551c9d9d896b64ad16d09081b5c0171 | |
parent | 46cc8a399aa16d145a9141d2fa8172282e4b7211 (diff) |
docs: use the &fullrelvers; entity to set X11 release information
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | doc/Xmu.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/Xmu.xml b/doc/Xmu.xml index b181799..697a173 100644 --- a/doc/Xmu.xml +++ b/doc/Xmu.xml @@ -1,11 +1,15 @@ <?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"> + "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" +[ +<!ENTITY % defs SYSTEM "defs.ent"> %defs; +]> <!-- lifted from troff+ms+XMan by doclifter --> <article id='xmu'> <articleinfo> <title>Xmu and Xmuu Library API Reference</title> + <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo> <abstract><para>“Don't ask.”</para></abstract> <legalnotice> |