summaryrefslogtreecommitdiff
path: root/doc/xorg-docs/general/Makefile.am
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2012-06-09 09:07:43 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2012-06-09 09:07:43 +0000
commit8ef036bae8b9c0dfdc5ea8fbecbf469ebd2c4a02 (patch)
treecbf6d2c3c4fea41e6924c7a4b9c54ed1c86533a4 /doc/xorg-docs/general/Makefile.am
parente7b70f77130de0bb0f08059a8270939bb4bf0251 (diff)
Update to xorg-docs 1.7
Diffstat (limited to 'doc/xorg-docs/general/Makefile.am')
-rw-r--r--doc/xorg-docs/general/Makefile.am16
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/xorg-docs/general/Makefile.am b/doc/xorg-docs/general/Makefile.am
index 70f74745f..2ba8598bb 100644
--- a/doc/xorg-docs/general/Makefile.am
+++ b/doc/xorg-docs/general/Makefile.am
@@ -3,15 +3,17 @@ SUBDIRS = fonts input graphics platforms
if ENABLE_DOCS
-doc_sources = \
- License.xml \
- README.xml \
- ReleaseNotes.xml \
+# Main DocBook/XML files (DOCTYPE book)
+docbook = \
+ License.xml \
+ README.xml \
+ ReleaseNotes.xml \
Versions.xml
-xmldir = $(docdir)
-dist_xml_DATA = $(doc_sources)
+# The location where the DocBook/XML files and their generated formats are installed
+shelfdir = $(docdir)
-include $(top_srcdir)/xmlrules.in
+# Generate DocBook/XML output formats with or without stylesheets
+include $(top_srcdir)/docbook.am
endif ENABLE_DOCS