10 lines
163 B
Makefile
Executable File
10 lines
163 B
Makefile
Executable File
# Python snippets plugin
|
|
lang_DATA = \
|
|
snippets.lang
|
|
|
|
langdir = $(GEDIT_PLUGINS_DATA_DIR)/snippets/lang
|
|
|
|
EXTRA_DIST = $(lang_DATA)
|
|
|
|
-include $(top_srcdir)/git.mk
|