~ubuntu-branches/ubuntu/oneiric/gedit-plugins/oneiric-201109060911

« back to all changes in this revision

Viewing changes to plugins/synctex/synctex/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette, YunQiang Su, Josselin Mouette
  • Date: 2011-06-02 19:15:39 UTC
  • mfrom: (7.1.7 experimental)
  • Revision ID: james.westby@ubuntu.com-20110602191539-ykgin1sr7nl4h4fy
Tags: 3.0.3-1
[ YunQiang Su ]
* New upstream stable release.
* Update build-dependencies accordingly.
* Update dependencies to use gir modules for Python.
* Switch to 3.0 source format.
* Update standards version.

[ Josselin Mouette ]
* Pass the correct paths to dh_pysupport.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Synctex Plugin
 
2
#
 
3
plugindir = $(GEDIT_PLUGINS_LIBS_DIR)/synctex
 
4
plugin_PYTHON =         \
 
5
        __init__.py     \
 
6
        synctex.py      \
 
7
        evince_dbus.py
 
8
 
 
9
CLEANFILES =
 
10
DISTCLEANFILES =
 
11
 
 
12
-include $(top_srcdir)/git.mk