~ubuntu-branches/ubuntu/oneiric/gnome-desktop3/oneiric

« back to all changes in this revision

Viewing changes to desktop-docs/fdl/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2011-07-06 12:00:02 UTC
  • mfrom: (1.2.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20110706120002-72iyjlgzv90779dq
Tags: 3.1.3-0ubuntu1
* New upstream release.
* debian/rules:
  - Use --enable-static, as .a files are not built by default
* debian/watch:
  - Watch unstable series
* debian/libgnome-desktop-3.2-symbols:
  - Added new API symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
DIST_SOURCES =
84
84
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
85
85
ACLOCAL = @ACLOCAL@
86
 
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
87
86
ALL_LINGUAS = @ALL_LINGUAS@
88
87
AMTAR = @AMTAR@
89
88
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
188
187
PACKAGE_URL = @PACKAGE_URL@
189
188
PACKAGE_VERSION = @PACKAGE_VERSION@
190
189
PATH_SEPARATOR = @PATH_SEPARATOR@
191
 
PERL = @PERL@
192
190
PKG_CONFIG = @PKG_CONFIG@
193
191
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
194
192
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
199
197
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
200
198
RANDR_PACKAGE = @RANDR_PACKAGE@
201
199
RANLIB = @RANLIB@
202
 
REBUILD = @REBUILD@
203
200
SED = @SED@
204
201
SET_MAKE = @SET_MAKE@
205
202
SHELL = @SHELL@