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

« back to all changes in this revision

Viewing changes to specs/i18n/localedb/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 = localedb.xml
28
 
dist_spec_DATA = $(doc_sources)
29
 
 
30
 
include $(top_srcdir)/specs/xmlrules.in
31
 
 
 
3
if HAVE_XMLTO
 
4
 
 
5
# Main DocBook/XML files (DOCTYPE book)
 
6
docbook = localedb.xml
 
7
 
 
8
# The location where the DocBook/XML files and their generated formats are installed
 
9
shelfdir = $(docdir)/localedb
 
10
 
 
11
# Generate DocBook/XML output formats with or without stylesheets
 
12
include $(top_srcdir)/docbook.am
 
13
 
 
14
endif HAVE_XMLTO
32
15
endif ENABLE_SPECS