mirror of
https://gitee.com/clygintang/Dockfile-Coreseek.git
synced 2025-07-21 00:00:15 +08:00
12 lines
330 B
Makefile
Executable File
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
|