~ubuntu-branches/ubuntu/quantal/libfm/quantal

« back to all changes in this revision

Viewing changes to docs/reference/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2011-02-21 21:55:43 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110221215543-m7gn2snkhpk1kk9u
Tags: 0.1.15+git-3625952cea-0ubuntu1
* New upstream snapshot (2011-02-15)
 - Use x-schemas-handler (LP: #683922)
* debian/patches/
 - 90_add_gobject_link.patch: Remove, merged upstream.
 - 02-libfm-0.1.14-API-changes.patch: Refresh.
 - 03_disable_deprecated_gio_module.patch: Refresh.
 - 04_fix_docs_linker.patch: Fix DSO linking in docs/.
* debian/libfm0.install:
 - Remove usr/lib/libfm/gnome-terminal, dropped upstream.
 - Remove gio module, dropped upstream.
* debian/rules:
 - Add --enable-gtk-doc to configure.
* debian/libfm-gtk0.symbols:
 - Update with new symbols.
* debian/apport/source_libfm.py
 - Fix location of pcmanfm config files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
122
122
GIO_CFLAGS = @GIO_CFLAGS@
123
123
GIO_LIBS = @GIO_LIBS@
 
124
GLIB2_27_CFLAGS = @GLIB2_27_CFLAGS@
 
125
GLIB2_27_LIBS = @GLIB2_27_LIBS@
124
126
GLIB_CFLAGS = @GLIB_CFLAGS@
125
127
GLIB_LIBS = @GLIB_LIBS@
126
128
GMODULE_CFLAGS = @GMODULE_CFLAGS@
176
178
PACKAGE_VERSION = @PACKAGE_VERSION@
177
179
PATH_SEPARATOR = @PATH_SEPARATOR@
178
180
PKG_CONFIG = @PKG_CONFIG@
 
181
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
182
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
179
183
POFILES = @POFILES@
180
184
POSUB = @POSUB@
181
185
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@