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