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

« back to all changes in this revision

Viewing changes to desktop-docs/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:
98
98
  done; \
99
99
  reldir="$$dir2"
100
100
ACLOCAL = @ACLOCAL@
101
 
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
102
101
ALL_LINGUAS = @ALL_LINGUAS@
103
102
AMTAR = @AMTAR@
104
103
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
203
202
PACKAGE_URL = @PACKAGE_URL@
204
203
PACKAGE_VERSION = @PACKAGE_VERSION@
205
204
PATH_SEPARATOR = @PATH_SEPARATOR@
206
 
PERL = @PERL@
207
205
PKG_CONFIG = @PKG_CONFIG@
208
206
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
209
207
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
214
212
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
215
213
RANDR_PACKAGE = @RANDR_PACKAGE@
216
214
RANLIB = @RANLIB@
217
 
REBUILD = @REBUILD@
218
215
SED = @SED@
219
216
SET_MAKE = @SET_MAKE@
220
217
SHELL = @SHELL@