xed/plugins/snippets/snippets/Makefile.am

29 lines
516 B
Makefile
Executable File

# Python snippets plugin
plugindir = $(PLUMA_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 = $(PLUMA_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