1 2if ENABLE_SPECS 3 4# Main DocBook/XML files (DOCTYPE book) 5docbook = \ 6 appgrp.xml \ 7 dbe.xml \ 8 dpms.xml \ 9 evi.xml \ 10 geproto.xml \ 11 lbx.xml \ 12 multibuf.xml \ 13 security.xml \ 14 shape.xml \ 15 shm.xml \ 16 sync.xml \ 17 tog-cup.xml \ 18 xtest.xml 19 20# Included chapters, appendix, images 21chapters = appendix.xml 22 23# The location where the DocBook/XML files and their generated formats are installed 24shelfdir = $(datarootdir)/doc/xextproto 25 26# Generate DocBook/XML output formats with or without stylesheets 27include $(top_srcdir)/docbook.am 28 29endif ENABLE_SPECS 30