~ubuntu-branches/ubuntu/precise/xfwm4/precise-updates

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-12-04 15:17:29 UTC
  • mfrom: (1.1.26 upstream)
  • Revision ID: james.westby@ubuntu.com-20101204151729-h9n8i0zeqr23ujtx
Tags: 4.7.2-0ubuntu1
* New upstream development release.
* Resync packaging with pkg-xfce svn: drop patch included upstream, drop
  unused overrides from debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
CONFIG_HEADER = $(top_builddir)/config.h
44
44
CONFIG_CLEAN_FILES =
45
45
CONFIG_CLEAN_VPATH_FILES =
 
46
AM_V_GEN = $(am__v_GEN_$(V))
 
47
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
48
am__v_GEN_0 = @echo "  GEN   " $@;
 
49
AM_V_at = $(am__v_at_$(V))
 
50
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
51
am__v_at_0 = @
46
52
SOURCES =
47
53
DIST_SOURCES =
48
54
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
89
95
ACLOCAL = @ACLOCAL@
90
96
ALL_LINGUAS = @ALL_LINGUAS@
91
97
AMTAR = @AMTAR@
 
98
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
92
99
AR = @AR@
93
100
AUTOCONF = @AUTOCONF@
94
101
AUTOHEADER = @AUTOHEADER@