29 lines
359 B
Makefile
29 lines
359 B
Makefile
DIST_SUBDIRS = \
|
|
docinfo \
|
|
filebrowser \
|
|
modelines \
|
|
sort \
|
|
spell \
|
|
taglist \
|
|
textsize \
|
|
time \
|
|
trailsave \
|
|
wordcompletion
|
|
|
|
SUBDIRS = \
|
|
docinfo \
|
|
filebrowser \
|
|
modelines \
|
|
sort \
|
|
taglist \
|
|
textsize \
|
|
time \
|
|
trailsave \
|
|
wordcompletion
|
|
|
|
if ENABLE_SPELL
|
|
SUBDIRS += spell
|
|
endif
|
|
|
|
-include $(top_srcdir)/git.mk
|