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