2010-05-18 13:37:28 -06:00
|
|
|
|
2011-05-30 13:19:29 -06:00
|
|
|
if ENABLE_SPECS
|
2010-05-18 13:37:28 -06:00
|
|
|
|
2011-05-30 14:52:47 -06:00
|
|
|
# Main DocBook/XML files (DOCTYPE book)
|
|
|
|
docbook = xim.xml
|
|
|
|
|
|
|
|
# Included chapters, appendix, images
|
|
|
|
chapters = \
|
2011-05-30 13:19:29 -06:00
|
|
|
dynamicflowsampleseq.svg \
|
|
|
|
dynamicflow.svg \
|
|
|
|
eventflow.svg \
|
|
|
|
sampleprotocolflow1.svg \
|
|
|
|
sampleprotocolflow2.svg \
|
|
|
|
staticflowsampleseq.svg \
|
|
|
|
staticflow.svg
|
2010-05-18 13:37:28 -06:00
|
|
|
|
2011-05-30 14:52:47 -06:00
|
|
|
# The location where the DocBook/XML files and their generated formats are installed
|
|
|
|
shelfdir = $(docdir)/XIM
|
|
|
|
|
|
|
|
# Generate DocBook/XML output formats with or without stylesheets
|
|
|
|
include $(top_srcdir)/docbook.am
|
2011-05-30 13:19:29 -06:00
|
|
|
|
|
|
|
endif ENABLE_SPECS
|