~ubuntu-branches/ubuntu/edgy/gedit/edgy

« back to all changes in this revision

Viewing changes to plugins/changecase/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-09-05 12:33:40 UTC
  • mfrom: (1.1.20 upstream)
  • Revision ID: james.westby@ubuntu.com-20060905123340-rdenqvvnb8i1suho
Tags: 2.16.0-0ubuntu1
* New upstream version:
  Fixes:
  - Filebrowser plugin fixes
  Documentation:
  - Manual now covers basic usage of the file browser plugin
* Sync with Debian
* debian/control.in:
  - Build-Depends on liblaunchpad-integration-dev
* debian/gedit.install:
  - install the python console too
* debian/patches/01_lpi.patch:
  - launchpad integration
* debian/patches/70_relibtoolize.patch:
  - updated
* debian/rules:
  - fixed pixmap installation
  - use --disable-scrollkeeper configure option

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
GLIB_MKENUMS = @GLIB_MKENUMS@
142
142
GMOFILES = @GMOFILES@
143
143
GMSGFMT = @GMSGFMT@
144
 
GREP = @GREP@
145
144
GTK_DOC_USE_LIBTOOL_FALSE = @GTK_DOC_USE_LIBTOOL_FALSE@
146
145
GTK_DOC_USE_LIBTOOL_TRUE = @GTK_DOC_USE_LIBTOOL_TRUE@
147
146
HELP_DIR = @HELP_DIR@
231
230
VERSION = @VERSION@
232
231
WARN_CFLAGS = @WARN_CFLAGS@
233
232
XGETTEXT = @XGETTEXT@
 
233
ac_ct_AR = @ac_ct_AR@
234
234
ac_ct_CC = @ac_ct_CC@
235
235
ac_ct_CXX = @ac_ct_CXX@
236
236
ac_ct_F77 = @ac_ct_F77@
 
237
ac_ct_RANLIB = @ac_ct_RANLIB@
 
238
ac_ct_STRIP = @ac_ct_STRIP@
 
239
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
237
240
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
238
241
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
239
242
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
250
253
build_os = @build_os@
251
254
build_vendor = @build_vendor@
252
255
datadir = @datadir@
253
 
datarootdir = @datarootdir@
254
 
docdir = @docdir@
255
 
dvidir = @dvidir@
256
256
exec_prefix = @exec_prefix@
257
257
host = @host@
258
258
host_alias = @host_alias@
259
259
host_cpu = @host_cpu@
260
260
host_os = @host_os@
261
261
host_vendor = @host_vendor@
262
 
htmldir = @htmldir@
263
262
includedir = @includedir@
264
263
infodir = @infodir@
265
264
install_sh = @install_sh@
266
265
libdir = @libdir@
267
266
libexecdir = @libexecdir@
268
 
localedir = @localedir@
269
267
localstatedir = @localstatedir@
270
268
mandir = @mandir@
271
269
mkdir_p = @mkdir_p@
272
270
oldincludedir = @oldincludedir@
273
 
pdfdir = @pdfdir@
274
271
pkgpyexecdir = @pkgpyexecdir@
275
272
pkgpythondir = @pkgpythondir@
276
273
prefix = @prefix@
277
274
program_transform_name = @program_transform_name@
278
 
psdir = @psdir@
279
275
pyexecdir = @pyexecdir@
280
276
pythondir = @pythondir@
281
277
sbindir = @sbindir@