~ubuntu-branches/ubuntu/lucid/libx11/lucid

« back to all changes in this revision

Viewing changes to specs/libX11/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2009-12-04 11:43:54 UTC
  • mfrom: (1.1.10 upstream) (2.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091204114354-0lik4mbb1bv1a8nw
Tags: 2:1.3.2-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add 100_latin_locale_alias.diff (LP 379785)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
 
3
#
 
4
# Permission to use, copy, modify, distribute, and sell this software and its
 
5
# documentation for any purpose is hereby granted without fee, provided that
 
6
# the above copyright notice appear in all copies and that both that
 
7
# copyright notice and this permission notice appear in supporting
 
8
# documentation.
 
9
#
 
10
# The above copyright notice and this permission notice shall be included
 
11
# in all copies or substantial portions of the Software.
 
12
#
 
13
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 
14
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 
15
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 
16
# IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
 
17
# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 
18
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 
19
# OTHER DEALINGS IN THE SOFTWARE.
 
20
#
 
21
# Except as contained in this notice, the name of the copyright holders shall
 
22
# not be used in advertising or otherwise to promote the sale, use or
 
23
# other dealings in this Software without prior written authorization
 
24
# from the copyright holders.
 
25
#
 
26
 
 
27
# Based on xc/doc/specs/X11/Makefile from X11R6.9
 
28
 
 
29
doc_sources = libX11.ms
 
30
 
 
31
doc_includes = \
 
32
        abstract.t \
 
33
        credits.t \
 
34
        CH01 \
 
35
        CH02 \
 
36
        CH03 \
 
37
        CH04 \
 
38
        CH05 \
 
39
        CH06 \
 
40
        CH07 \
 
41
        CH08 \
 
42
        CH09 \
 
43
        CH10 \
 
44
        CH11 \
 
45
        CH12 \
 
46
        CH13 \
 
47
        CH14 \
 
48
        CH15 \
 
49
        CH16 \
 
50
        AppA \
 
51
        AppB \
 
52
        AppC \
 
53
        AppD \
 
54
        glossary \
 
55
        postproc
 
56
 
 
57
include $(top_srcdir)/specs/troffrules.in
 
58
 
 
59
EXTRA_DIST += $(doc_includes)
 
60
 
 
61
 
 
62