~ubuntu-branches/ubuntu/trusty/xserver-xorg-video-nv/trusty

« back to all changes in this revision

Viewing changes to man/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2010-06-08 18:22:37 UTC
  • mfrom: (1.1.19 upstream) (14.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100608182237-d8duvizd661d0raj
Tags: 1:2.1.17-3ubuntu1
* Merge from Debian unstable.  Remaining Ubuntu changes:
  + debian/patches/100_fedora-panel-fix.patch:
    - Don't discard EDID blocks just because their input type bit
    disagrees with the hardware connection sensing; this usually
    just means the block is lying. (cf. LP: 188549).
* 105_gf7025_gf7050.patch:
  + Drop, these cards are supported by new upstream version.
* 0001-Move-the-logic-for-matching-devices-out-of-probe-rou.patch:
* 0002-Run-the-parsing-script-to-generate-an-initial-list-o.patch:
  + Drop.  These patches are annoying to update, and their task can be 
    handled better in the new X server's autoconfiguration paths.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
2
# Copyright 2005 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.
 
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.
25
22
26
23
 
27
24
drivermandir = $(DRIVER_MAN_DIR)