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