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

« back to all changes in this revision

Viewing changes to help/eu/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-08-22 09:12:33 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20060822091233-a5lfcocuv337em1x
Tags: 2.15.8-0ubuntu1
* New upstream version:
  New features and fixes
  - Update documentation
  - Drop executable permissions from backup files
  - Support for UTF-16LE, UTF-16BE and UTF-32
  - Fix translations of some plugins
  - Plug some memory leaks
  - Fix another crash in GtkRecents code
  - Misc improvements and bugfixes
* debian/patches/02_autoconf.patch:
  - updated
* debian/patches/90_from_cvs_fix_recents_changed_crasher.patch:
  - fixed with the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
173
173
GLIB_MKENUMS = @GLIB_MKENUMS@
174
174
GMOFILES = @GMOFILES@
175
175
GMSGFMT = @GMSGFMT@
 
176
GREP = @GREP@
176
177
GTK_DOC_USE_LIBTOOL_FALSE = @GTK_DOC_USE_LIBTOOL_FALSE@
177
178
GTK_DOC_USE_LIBTOOL_TRUE = @GTK_DOC_USE_LIBTOOL_TRUE@
178
179
HELP_DIR = @HELP_DIR@
262
263
VERSION = @VERSION@
263
264
WARN_CFLAGS = @WARN_CFLAGS@
264
265
XGETTEXT = @XGETTEXT@
265
 
ac_ct_AR = @ac_ct_AR@
266
266
ac_ct_CC = @ac_ct_CC@
267
267
ac_ct_CXX = @ac_ct_CXX@
268
268
ac_ct_F77 = @ac_ct_F77@
269
 
ac_ct_RANLIB = @ac_ct_RANLIB@
270
 
ac_ct_STRIP = @ac_ct_STRIP@
271
 
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
272
269
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
273
270
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
274
271
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
285
282
build_os = @build_os@
286
283
build_vendor = @build_vendor@
287
284
datadir = @datadir@
 
285
datarootdir = @datarootdir@
 
286
 
 
287
# **********  Begin of section some packagers may need to modify  **********
 
288
# This variable (docdir) specifies where the documents should be installed.
 
289
# This default value should work for most packages.
 
290
docdir = $(datadir)/gnome/help/$(docname)/$(lang)
 
291
dvidir = @dvidir@
288
292
exec_prefix = @exec_prefix@
289
293
host = @host@
290
294
host_alias = @host_alias@
291
295
host_cpu = @host_cpu@
292
296
host_os = @host_os@
293
297
host_vendor = @host_vendor@
 
298
htmldir = @htmldir@
294
299
includedir = @includedir@
295
300
infodir = @infodir@
296
301
install_sh = @install_sh@
297
302
libdir = @libdir@
298
303
libexecdir = @libexecdir@
 
304
localedir = @localedir@
299
305
localstatedir = @localstatedir@
300
306
mandir = @mandir@
301
307
mkdir_p = @mkdir_p@
302
308
oldincludedir = @oldincludedir@
 
309
pdfdir = @pdfdir@
303
310
pkgpyexecdir = @pkgpyexecdir@
304
311
pkgpythondir = @pkgpythondir@
305
312
prefix = @prefix@
306
313
program_transform_name = @program_transform_name@
 
314
psdir = @psdir@
307
315
pyexecdir = @pyexecdir@
308
316
pythondir = @pythondir@
309
317
sbindir = @sbindir@
316
324
omffile = gedit-eu.omf
317
325
entities = legal.xml
318
326
 
319
 
# **********  Begin of section some packagers may need to modify  **********
320
 
# This variable (docdir) specifies where the documents should be installed.
321
 
# This default value should work for most packages.
322
 
docdir = $(datadir)/gnome/help/$(docname)/$(lang)
323
 
 
324
327
# **********  You should not have to edit below this line  **********
325
328
xml_files = $(entities) $(docname).xml
326
329
EXTRA_DIST = $(xml_files) $(omffile)