2017-01-09 13:57:48 -06:00
|
|
|
DIST_SUBDIRS = \
|
2017-01-09 16:38:32 -06:00
|
|
|
docinfo \
|
2017-01-09 13:57:48 -06:00
|
|
|
filebrowser \
|
2017-01-09 17:54:57 -06:00
|
|
|
modelines \
|
2017-01-10 05:08:44 -06:00
|
|
|
sort \
|
2017-01-11 05:00:03 -06:00
|
|
|
spell \
|
|
|
|
time
|
2011-11-07 13:46:58 -06:00
|
|
|
|
2017-01-09 13:57:48 -06:00
|
|
|
SUBDIRS = \
|
2017-01-09 16:38:32 -06:00
|
|
|
docinfo \
|
2017-01-09 13:57:48 -06:00
|
|
|
filebrowser \
|
2017-01-09 17:54:57 -06:00
|
|
|
modelines \
|
2017-01-10 05:08:44 -06:00
|
|
|
sort \
|
2017-01-11 05:00:03 -06:00
|
|
|
spell \
|
|
|
|
time
|
2017-01-10 05:08:44 -06:00
|
|
|
|
|
|
|
if ENABLE_ENCHANT
|
|
|
|
SUBDIRS += spell
|
|
|
|
endif
|
2011-11-07 13:46:58 -06:00
|
|
|
|
|
|
|
-include $(top_srcdir)/git.mk
|