~ubuntu-branches/ubuntu/precise/xfce4-power-manager/precise

« back to all changes in this revision

Viewing changes to doc/C/images/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2009-12-04 16:13:45 UTC
  • mfrom: (6.2.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091204161345-pkcz5rs7pudco2hl
Tags: 0.8.4.2-1ubuntu1
* Merge from Debian testing, remaining Ubuntu changes:
  - debian/patches:
    + xubuntu-use-notification-icons.patch: use our notification-* icons for
      notification bubbles instead of the normal ones LP: #437374
    + 10_pc.patch: added patched files to POTFILES.skip
    + series: created, with these two patches
  - debian/rules: add --with quilt
  - debian/control: build-depends on quilt (>= 0.46-7~)
  - debian/README.source: added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
CONFIG_HEADER = $(top_builddir)/config.h
45
45
CONFIG_CLEAN_FILES =
46
46
CONFIG_CLEAN_VPATH_FILES =
 
47
AM_V_GEN = $(am__v_GEN_$(V))
 
48
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
49
am__v_GEN_0 = @echo "  GEN   " $@;
 
50
AM_V_at = $(am__v_at_$(V))
 
51
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
52
am__v_at_0 = @
47
53
SOURCES =
48
54
DIST_SOURCES =
49
55
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
73
79
ACLOCAL = @ACLOCAL@
74
80
ALL_LINGUAS = @ALL_LINGUAS@
75
81
AMTAR = @AMTAR@
 
82
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
76
83
AR = @AR@
77
84
AUTOCONF = @AUTOCONF@
78
85
AUTOHEADER = @AUTOHEADER@