upload tizen2.0 source
[framework/uifw/xorg/proto/x11proto-kb.git] / specs / Makefile.am
1
2 if ENABLE_SPECS
3
4 # Main DocBook/XML files (DOCTYPE book)
5 docbook = xkbproto.xml
6
7 # Included chapters, appendix, images
8 chapters =                      \
9         acknowledgements.xml    \
10         appA.xml                \
11         appB.xml                \
12         appC.xml                \
13         appD.xml                \
14         ch01.xml                \
15         ch02.xml                \
16         ch03.xml                \
17         ch04.xml                \
18         ch05.xml                \
19         ch06.xml                \
20         ch07.xml                \
21         ch08.xml                \
22         ch09.xml                \
23         ch10.xml                \
24         ch11.xml                \
25         ch12.xml                \
26         ch13.xml                \
27         ch14.xml                \
28         ch15.xml                \
29         ch16.xml                \
30         XKBproto-1.svg          \
31         XKBproto-2.svg          \
32         XKBproto-3.svg          \
33         XKBproto-4.svg          \
34         XKBproto-5.svg          \
35         XKBproto-6.svg          \
36         XKBproto-7.svg          \
37         XKBproto-8.svg          \
38         XKBproto-9.svg          \
39         XKBproto-10.svg         \
40         XKBproto-11.svg
41
42 # The location where the DocBook/XML files and their generated formats are installed
43 shelfdir = $(docdir)
44
45 # Generate DocBook/XML output formats with or without stylesheets
46 include $(top_srcdir)/docbook.am
47
48 endif ENABLE_SPECS