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

« back to all changes in this revision

Viewing changes to plugins/drawspaces/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:
17
17
libdrawspaces_la_LIBADD = $(GEDIT_LIBS)
18
18
 
19
19
uidir = $(GEDIT_PLUGINS_DATA_DIR)/drawspaces
20
 
ui_DATA = drawspaces.ui
 
20
ui_DATA = gedit-drawspaces-plugin.ui
21
21
 
22
22
# Plugin Info
23
23
 
24
 
plugin_in_files = drawspaces.gedit-plugin.desktop.in
25
 
 
26
 
%.gedit-plugin: %.gedit-plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
27
 
 
28
 
plugin_DATA = $(plugin_in_files:.gedit-plugin.desktop.in=.gedit-plugin)
29
 
 
30
 
schemasdir       = $(GCONF_SCHEMA_FILE_DIR)
31
 
schemas_in_files = gedit-drawspaces.schemas.in
32
 
schemas_DATA     = $(schemas_in_files:.schemas.in=.schemas)
33
 
@INTLTOOL_SCHEMAS_RULE@
34
 
 
35
 
if GCONF_SCHEMAS_INSTALL
36
 
install-data-local:
37
 
                if test -z "$(DESTDIR)" ; then \
38
 
                        for p in $(schemas_DATA) ; do \
39
 
                                GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/plugins/drawspaces/$$p ; \
40
 
                        done \
41
 
                fi
42
 
else
43
 
install-data-local:
44
 
endif
45
 
 
46
 
EXTRA_DIST = $(plugin_in_files) $(ui_DATA) $(schemas_in_files)
47
 
 
48
 
CLEANFILES = $(plugin_DATA) $(schemas_DATA)
49
 
DISTCLEANFILES = $(plugin_DATA) $(schemas_DATA)
 
24
plugin_in_files = drawspaces.plugin.desktop.in
 
25
 
 
26
%.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
 
27
 
 
28
plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin)
 
29
 
 
30
gsettings_SCHEMAS = org.gnome.gedit.plugins.drawspaces.gschema.xml
 
31
 
 
32
@INTLTOOL_XML_NOMERGE_RULE@
 
33
@GSETTINGS_RULES@
 
34
 
 
35
EXTRA_DIST = $(plugin_in_files) $(ui_DATA) org.gnome.gedit.plugins.drawspaces.gschema.xml.in.in
 
36
 
 
37
CLEANFILES = $(plugin_DATA) $(gsettings_SCHEMAS)
 
38
DISTCLEANFILES = $(plugin_DATA) $(gsettings_SCHEMAS)
50
39
 
51
40
-include $(top_srcdir)/git.mk