Makefile.am revision ea1d6981
1if ENABLE_SPECS
2
3# Main DocBook/XML files (DOCTYPE book)
4docbook = x11protocol.xml
5
6# Included chapters, appendix, images
7chapters = 		\
8	encoding.xml	\
9	glossary.xml	\
10	keysyms.xml	\
11	sect1-9.xml
12
13# The location where the DocBook/XML files and their generated formats are installed
14shelfdir = $(datarootdir)/doc/xproto
15
16# Generate DocBook/XML output formats with or without stylesheets
17include $(top_srcdir)/docbook.am
18
19endif ENABLE_SPECS
20