2016-12-17 19:39:01 +08:00

12 lines
330 B
Makefile
Executable File

if USE_LIBSTEMMER
SUBDIRS = libstemmer_c src test doc
else
SUBDIRS = src test doc
endif
EXTRA_DIST = api storage sphinx.conf.in sphinx-min.conf.in example.sql
sysconf_DATA = sphinx.conf.dist sphinx-min.conf.dist example.sql
install-data-hook:
mkdir -p $(DESTDIR)$(localstatedir)/data && mkdir -p $(DESTDIR)$(localstatedir)/log