diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-02-24 20:44:00 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-02-24 20:44:00 -0500 |
commit | 8c6cc9ddb5776a2b32d42a41d27b3df56e62c44f (patch) | |
tree | 85399e713e3be87da6f55668a21ed201e761eacd | |
parent | 9df8b77604b7ea7132d32f65f2280720b91249c1 (diff) |
Docbook: change the book id to match the xml file basename
Rename appgroup.xml as it conflicts with xorg-docs/specs/Xserver/appgroup.xml
This is required for the up-coming external references support.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | specs/Makefile.am | 2 | ||||
-rw-r--r-- | specs/appgrp.xml (renamed from specs/appgroup.xml) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/specs/Makefile.am b/specs/Makefile.am index 3792353..e689dff 100644 --- a/specs/Makefile.am +++ b/specs/Makefile.am @@ -23,7 +23,7 @@ if ENABLE_SPECS doc_sources = \ - appgroup.xml \ + appgrp.xml \ dbe.xml \ dpms.xml \ evi.xml \ diff --git a/specs/appgroup.xml b/specs/appgrp.xml index f506d86..099fca1 100644 --- a/specs/appgroup.xml +++ b/specs/appgrp.xml @@ -3,7 +3,7 @@ PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"> -<article id="appgroup"> +<article id="appgrp"> <articleinfo> <title>Application Group Extension to the X Protocol</title> |