mirror of https://gitee.com/openkylin/pluma.git
35 lines
433 B
Makefile
35 lines
433 B
Makefile
DIST_SUBDIRS = \
|
|
changecase \
|
|
docinfo \
|
|
externaltools \
|
|
filebrowser \
|
|
modelines \
|
|
pythonconsole \
|
|
quickopen \
|
|
snippets \
|
|
sort \
|
|
spell \
|
|
taglist \
|
|
time \
|
|
trailsave
|
|
|
|
SUBDIRS = \
|
|
changecase \
|
|
docinfo \
|
|
externaltools \
|
|
filebrowser \
|
|
modelines \
|
|
pythonconsole \
|
|
quickopen \
|
|
snippets \
|
|
sort \
|
|
taglist \
|
|
time \
|
|
trailsave
|
|
|
|
if ENABLE_ENCHANT
|
|
SUBDIRS += spell
|
|
endif
|
|
|
|
-include $(top_srcdir)/git.mk
|