1SUBDIRS = dtrace 2 3if ENABLE_DEVEL_DOCS 4if HAVE_XMLTO 5 6# Main DocBook/XML files (DOCTYPE book) 7docbook = Xserver-spec.xml Xinput.xml 8 9# Generate DocBook/XML output formats with or without stylesheets 10include $(top_srcdir)/devbook.am 11 12endif HAVE_XMLTO 13endif ENABLE_DEVEL_DOCS 14 15EXTRA_DIST = smartsched filter-xmlto.sh 16