]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-fts: Move stopwords to subdirectory.
authorTeemu Huovila <teemu.huovila@dovecot.fi>
Mon, 30 May 2016 08:54:26 +0000 (11:54 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Tue, 14 Jun 2016 09:00:58 +0000 (12:00 +0300)
All files incluided in dist are explicitly mentioned. The whole
subdirectory 'stopwords' could also be distributed, but that is
more error prone.

src/lib-fts/Makefile.am
src/lib-fts/stopwords/stopwords_en.txt [moved from src/lib-fts/stopwords_en.txt with 100% similarity]
src/lib-fts/stopwords/stopwords_fi.txt [moved from src/lib-fts/stopwords_fi.txt with 100% similarity]
src/lib-fts/stopwords/stopwords_fr.txt [moved from src/lib-fts/stopwords_fr.txt with 100% similarity]
src/lib-fts/stopwords/stopwords_no.txt [moved from src/lib-fts/stopwords_no.txt with 100% similarity]
src/lib-fts/stopwords/stopwords_sv.txt [moved from src/lib-fts/stopwords_sv.txt with 100% similarity]

index fa04b2bad056ec832414bc211a2842287fec049a..fb19956eb7552de37d5ad16e50b8914d4c9147b6 100644 (file)
@@ -12,15 +12,15 @@ AM_CPPFLAGS = \
        $(LIBICU_CFLAGS) \
        -DUDHRDIR=\""$(top_srcdir)/src/lib-fts"\" \
        -DDATADIR=\"$(pkgdatadir)\" \
-       -DTEST_STOPWORDS_DIR=\""$(top_srcdir)/src/lib-fts"\"
+       -DTEST_STOPWORDS_DIR=\""$(top_srcdir)/src/lib-fts/stopwords"\"
 
 stopwordsdir = $(datadir)/${PACKAGE_TARNAME}/stopwords
 dist_stopwords_DATA = \
-       stopwords_en.txt \
-       stopwords_fi.txt \
-       stopwords_fr.txt \
-       stopwords_no.txt \
-       stopwords_sv.txt
+       stopwords/stopwords_en.txt \
+       stopwords/stopwords_fi.txt \
+       stopwords/stopwords_fr.txt \
+       stopwords/stopwords_no.txt \
+       stopwords/stopwords_sv.txt
 
 BUILT_SOURCES = word-boundary-data.c word-break-data.c