~ubuntu-branches/ubuntu/precise/libx11/precise-updates

« back to all changes in this revision

Viewing changes to specs/XKB/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-05-22 09:15:13 UTC
  • mfrom: (1.1.14 upstream) (2.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20110522091513-ter3ital4q0nkdk8
Tags: 2:1.4.3-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Latin locale.
  - Add Klingon locale.
  - Add 102_double_arrows_Compose.patch: compose keys for double arrows
  - build for multiarch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
1
 
24
2
if ENABLE_SPECS
25
 
 
26
 
specdir = $(docdir)/$(subdir)
27
 
doc_sources = xkblib.xml
28
 
dist_spec_DATA =                \
29
 
        $(doc_sources)          \
 
3
if HAVE_XMLTO
 
4
 
 
5
# Main DocBook/XML files (DOCTYPE book)
 
6
docbook = xkblib.xml
 
7
 
 
8
# Included chapters, appendix, images
 
9
chapters =                      \
30
10
        acknowledgement.xml     \
31
11
        ch01.xml                \
32
12
        ch02.xml                \
73
53
        XKBlib-20.svg           \
74
54
        XKBlib-21.svg
75
55
 
76
 
include $(top_srcdir)/specs/xmlrules.in
77
 
 
 
56
# The location where the DocBook/XML files and their generated formats are installed
 
57
shelfdir = $(docdir)/XKB
 
58
 
 
59
# Generate DocBook/XML output formats with or without stylesheets
 
60
include $(top_srcdir)/docbook.am
 
61
 
 
62
endif HAVE_XMLTO
78
63
endif ENABLE_SPECS