1 2SUBDIRS = fonts input graphics platforms 3 4if ENABLE_DOCS 5 6# Main DocBook/XML files (DOCTYPE book) 7docbook = \ 8 License.xml \ 9 README.xml \ 10 ReleaseNotes.xml \ 11 Versions.xml 12 13# The location where the DocBook/XML files and their generated formats are installed 14shelfdir = $(docdir) 15 16# Generate DocBook/XML output formats with or without stylesheets 17include $(top_srcdir)/docbook.am 18 19endif ENABLE_DOCS 20