aboutsummaryrefslogtreecommitdiff
path: root/libXt/specs/Makefile.am
blob: c922dbb8e3d776e587e41d568c932ad680057139 (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

if ENABLE_SPECS

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

# Included chapters, appendix, images
chapters =		\
	acknowledgement.xml	\
	preface.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	\
	appA.xml	\
	appB.xml	\
	appC.xml	\
	appD.xml	\
	appE.xml	\
	appF.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 ENABLE_SPECS