1 2if ENABLE_DOCS 3if XSERVER_DTRACE 4 5# Main DocBook/XML files (DOCTYPE book) 6docbook = Xserver-DTrace.xml 7 8# The location where the DocBook/XML files and their generated formats are installed 9shelfdir = $(docdir) 10 11# Generate DocBook/XML output formats with or without stylesheets 12include $(top_srcdir)/docbook.am 13 14endif XSERVER_DTRACE 15endif ENABLE_DOCS 16