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 /specs/Makefile.am | |
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>
Diffstat (limited to 'specs/Makefile.am')
-rw-r--r-- | specs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 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 \ |