1 2if ENABLE_SPECS 3 4# Main DocBook/XML files (DOCTYPE book) 5docbook = framework.xml 6 7# Included chapters, appendix, images 8chapters = framework.svg 9 10# The location where the DocBook/XML files and their generated formats are installed 11shelfdir = $(docdir)/i18n/framework 12 13# Generate DocBook/XML output formats with or without stylesheets 14include $(top_srcdir)/docbook.am 15 16endif ENABLE_SPECS 17