blob: 495d1a2c22341f26673fd8ec0a671399d858de2a (
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
29
30
31
|
DIST_SUBDIRS = \
changecase \
docinfo \
externaltools \
filebrowser \
modelines \
sort \
spell \
taglist \
time \
trailsave
SUBDIRS = \
changecase \
docinfo \
externaltools \
filebrowser \
modelines \
sort \
taglist \
time \
trailsave
# python plugins are disabled for now
#SUBDIRS += pythonconsole snippets quickopen
if ENABLE_ENCHANT
SUBDIRS += spell
endif
-include $(top_srcdir)/git.mk
|