~ubuntu-branches/ubuntu/lucid/xorg-server/lucid-updates

« back to all changes in this revision

Viewing changes to hw/dmx/doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington, Timo Aaltonen, Bryce Harrington
  • Date: 2010-03-24 12:04:20 UTC
  • mfrom: (1.1.32 upstream) (0.11.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100324120420-qbk5la526uy4k8xe
Tags: 2:1.7.6-1ubuntu1
[Timo Aaltonen]
* Merge from Debian unstable.
* Drop patch 107, included in Debian.
* Drop patch 108, included upstream.
* control: Drop the udeb, we don't need it for lucid.
* control: Relax/drop some build-deps caused by the udeb.

[Bryce Harrington]
* Add 110_findglyphbyhash-fix.patch from upstream to fix a sporadic
  crash in FindGlyphByHash.
  (LP: #401045)
* Renumber patch 201_armel-drv-fallbacks.patch to 111

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
        $(top_builddir)/include/version-config.h
77
77
CONFIG_CLEAN_FILES =
78
78
CONFIG_CLEAN_VPATH_FILES =
79
 
AM_V_GEN = $(am__v_GEN_$(V))
80
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
81
 
am__v_GEN_0 = @echo "  GEN   " $@;
82
 
AM_V_at = $(am__v_at_$(V))
83
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
84
 
am__v_at_0 = @
85
79
SOURCES =
86
80
DIST_SOURCES =
87
81
DATA = $(noinst_DATA)
91
85
ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
92
86
ALLOCA = @ALLOCA@
93
87
AMTAR = @AMTAR@
94
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
95
88
AM_MAKEFLAGS = @AM_MAKEFLAGS@
96
89
APPLE_APPLICATIONS_DIR = @APPLE_APPLICATIONS_DIR@
97
90
APPLE_APPLICATION_NAME = @APPLE_APPLICATION_NAME@
245
238
RAWCPP = @RAWCPP@
246
239
RAWCPPFLAGS = @RAWCPPFLAGS@
247
240
SED = @SED@
 
241
SELINUX_CFLAGS = @SELINUX_CFLAGS@
 
242
SELINUX_LIBS = @SELINUX_LIBS@
248
243
SERVER_MISC_CONFIG_PATH = @SERVER_MISC_CONFIG_PATH@
249
244
SET_MAKE = @SET_MAKE@
250
245
SHELL = @SHELL@