16 lines
527 B
Makefile
16 lines
527 B
Makefile
# Python Console Plugin
|
|
SUBDIRS = pythonconsole
|
|
plugindir = $(PLUMA_PLUGINS_LIBS_DIR)
|
|
|
|
plugin_in_files = pythonconsole.pluma-plugin.desktop.in
|
|
%.pluma-plugin: %.pluma-plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
|
|
|
|
plugin_DATA = $(plugin_in_files:.pluma-plugin.desktop.in=.pluma-plugin)
|
|
|
|
EXTRA_DIST = $(plugin_in_files)
|
|
|
|
CLEANFILES = $(plugin_DATA)
|
|
DISTCLEANFILES = $(plugin_DATA)
|
|
|
|
-include $(top_srcdir)/git.mk
|