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

« back to all changes in this revision

Viewing changes to plugins/filebrowser/Makefile.am

  • 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:
67
67
plugin_DATA = $(plugin_in_files:.gedit-plugin.desktop.in=.gedit-plugin)
68
68
 
69
69
schemasdir       = $(GCONF_SCHEMA_FILE_DIR)
70
 
schemas_in_files = filebrowser.schemas.in
 
70
schemas_in_files = gedit-file-browser.schemas.in
71
71
schemas_DATA     = $(schemas_in_files:.schemas.in=.schemas)
72
72
@INTLTOOL_SCHEMAS_RULE@
73
73