Makefile.am revision e9fcaa8a
1#
2# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
3#
4# Permission is hereby granted, free of charge, to any person obtaining a
5# copy of this software and associated documentation files (the "Software"),
6# to deal in the Software without restriction, including without limitation
7# the rights to use, copy, modify, merge, publish, distribute, sublicense,
8# and/or sell copies of the Software, and to permit persons to whom the
9# Software is furnished to do so, subject to the following conditions:
10#
11# The above copyright notice and this permission notice (including the next
12# paragraph) shall be included in all copies or substantial portions of the
13# Software.
14#
15# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
18# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21# DEALINGS IN THE SOFTWARE.
22#
23
24if ENABLE_SPECS
25
26specdir = $(docdir)/$(subdir)
27doc_sources = xkblib.xml
28dist_spec_DATA = 		\
29	$(doc_sources)		\
30	acknowledgement.xml	\
31	ch01.xml		\
32	ch02.xml		\
33	ch03.xml		\
34	ch04.xml		\
35	ch05.xml		\
36	ch06.xml		\
37	ch07.xml		\
38	ch08.xml		\
39	ch09.xml		\
40	ch10.xml		\
41	ch11.xml		\
42	ch12.xml		\
43	ch13.xml		\
44	ch14.xml		\
45	ch15.xml		\
46	ch16.xml		\
47	ch17.xml		\
48	ch18.xml		\
49	ch19.xml		\
50	ch20.xml		\
51	ch21.xml		\
52	ch22.xml		\
53	glossary.xml		\
54	XKBlib-1.svg		\
55	XKBlib-2.svg		\
56	XKBlib-3.svg		\
57	XKBlib-4.svg		\
58	XKBlib-5.svg		\
59	XKBlib-6.svg		\
60	XKBlib-7.svg		\
61	XKBlib-8.svg		\
62	XKBlib-9.svg		\
63	XKBlib-10.svg		\
64	XKBlib-11.svg		\
65	XKBlib-12.svg		\
66	XKBlib-13.svg		\
67	XKBlib-14.svg		\
68	XKBlib-15.svg		\
69	XKBlib-16.svg		\
70	XKBlib-17.svg		\
71	XKBlib-18.svg		\
72	XKBlib-19.svg		\
73	XKBlib-20.svg		\
74	XKBlib-21.svg
75
76include $(top_srcdir)/specs/xmlrules.in
77
78endif ENABLE_SPECS
79