summaryrefslogtreecommitdiff
path: root/plugins/snippets/snippets/Makefile.am
blob: 7a05b5625e3e7427f33a62579c85be21acacf55e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Python snippets plugin
plugindir = $(GEDIT_PLUGINS_LIBS_DIR)/snippets

plugin_PYTHON = \
	__init__.py \
	WindowHelper.py \
	Document.py \
	Library.py \
	Snippet.py \
	Parser.py \
	Placeholder.py \
	Manager.py \
	Helper.py \
	SubstitutionParser.py \
	Importer.py \
	Exporter.py \
	LanguageManager.py \
	Completion.py

uidir = $(GEDIT_PLUGINS_DATA_DIR)/snippets/ui
ui_DATA = snippets.ui

EXTRA_DIST = $(ui_DATA)

CLEANFILES = *.bak *.gladep *.pyc
DISTCLEANFILES = *.bak *.gladep *.pyc

-include $(top_srcdir)/git.mk