xenocara/doc/xorg-docs/general/platforms/Makefile.am
matthieu 5dc2fc0cd7 Update to xorg-docs 1.6.
As with previous version, only manual pages in section 7 are
installed for now.
More work is needed to be able to format and install the docs
that have been converted to docbook xml.
2011-04-24 10:30:40 +00:00

13 lines
174 B
Makefile

if ENABLE_DOCS
doc_sources = \
Darwin.xml \
Solaris.xml
xmldir = $(docdir)/platforms
dist_xml_DATA = $(doc_sources)
include $(top_srcdir)/xmlrules.in
endif ENABLE_DOCS