1
2if ENABLE_SPECS
3
4# Main DocBook/XML files (DOCTYPE book)
5docbook = xim.xml
6
7# Included chapters, appendix, images
8chapters =				\
9	dynamicflowsampleseq.svg	\
10	dynamicflow.svg			\
11	eventflow.svg			\
12	sampleprotocolflow1.svg		\
13	sampleprotocolflow2.svg		\
14	staticflowsampleseq.svg		\
15	staticflow.svg
16
17# The location where the DocBook/XML files and their generated formats are installed
18shelfdir = $(docdir)/XIM
19
20# Generate DocBook/XML output formats with or without stylesheets
21include $(top_srcdir)/docbook.am
22
23endif ENABLE_SPECS
24