~ubuntu-branches/ubuntu/raring/gedit-plugins/raring-proposed

« back to all changes in this revision

Viewing changes to plugins/synctex/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2011-07-22 20:45:45 UTC
  • mfrom: (1.1.26 upstream)
  • mto: (7.3.1 sid) (1.4.8)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20110722204545-15t6eui58z5tdb6l
Tags: upstream-3.0.5
ImportĀ upstreamĀ versionĀ 3.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# SyncTeX Plugin
 
2
SUBDIRS = synctex
 
3
plugindir = $(GEDIT_PLUGINS_LIBS_DIR)
 
4
 
 
5
plugin_in_files = synctex.plugin.desktop.in
 
6
%.plugin: %.plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
 
7
 
 
8
plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin)
 
9
 
 
10
EXTRA_DIST = $(plugin_in_files)
 
11
 
 
12
CLEANFILES = $(plugin_DATA)
 
13
DISTCLEANFILES = $(plugin_DATA)
 
14
 
 
15
-include $(top_srcdir)/git.mk