diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-05-14 15:33:46 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-05-20 11:30:44 -0700 |
commit | 2bdc73bcf41ff0c10e70ecc15fc8b8333af6db65 (patch) | |
tree | 9dc4fe7ef0fecb89349cf2abfa36f4802eb5ff21 /doc/Makefile.am | |
parent | fc6ebe1e1d3057378f61f992549a98e67a04dc6c (diff) |
Move Xserver-spec.xml from xorg-docs to doc/xml
Allows keeping it in sync with the sources it documents, and to be
released with them
Requires the previous patch to convert the Xserver tree from
LinuxDoc to DocBook for SGML/XML documents.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: RĂ©mi Cardona <remi@gentoo.org>
Tested-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 2ff683c7f..43606a3f6 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -22,3 +22,5 @@ EXTRAMANDEFS = -D__default_font_path__="`echo $(COMPILEDDEFAULTFONTPATH) | $(SED DEVEL_DOCS = smartsched EXTRA_DIST = $(DEVEL_DOCS) $(appman_PRE) $(fileman_PRE) + +SUBDIRS = xml |