summaryrefslogtreecommitdiff
path: root/specs/libX11/Makefile.am
blob: 0e59ad8879ca4a64460b43b80567a377c91400b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40

if ENABLE_SPECS
if HAVE_XMLTO

# Main DocBook/XML files (DOCTYPE book)
docbook = libX11.xml

# Included chapters, appendix, images
chapters =		\
	AppA.xml	\
	AppB.xml	\
	AppC.xml	\
	AppD.xml	\
	CH01.xml	\
	CH02.xml	\
	CH03.xml	\
	CH04.xml	\
	CH05.xml	\
	CH06.xml	\
	CH07.xml	\
	CH08.xml	\
	CH09.xml	\
	CH10.xml	\
	CH11.xml	\
	CH12.xml	\
	CH13.xml	\
	CH14.xml	\
	CH15.xml	\
	CH16.xml	\
	credits.xml	\
	glossary.xml

# The location where the DocBook/XML files and their generated formats are installed
shelfdir = $(docdir)

# Generate DocBook/XML output formats with or without stylesheets
include $(top_srcdir)/docbook.am

endif HAVE_XMLTO
endif ENABLE_SPECS