public
Description: Debian/Ubuntu package for the Sphinx, the free SQL full-text search engine
Homepage:
Clone URL: git://github.com/johnl/deb-sphinx-search.git
deb-sphinx-search / Makefile.am
100644 12 lines (9 sloc) 0.322 kb
1
2
3
4
5
6
7
8
9
10
11
12
if USE_LIBSTEMMER
SUBDIRS = libstemmer_c src test
else
SUBDIRS = src test
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