From 6a6c3bcd5f47cb7b2ff706134abc1eb143311cdc Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Tue, 18 Apr 2017 14:46:44 +0200 Subject: [PATCH] Bogus commit to add a message to bf45dfa8e2ff: handle katakana words more like western ones, not CJK: words are indexed, not n-grams, but we use the Xapian spellcheck feature on them, not aspell. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 711775c4..73381a2d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -666,3 +666,4 @@ dist-hook: if test ! -z "$$modified"; then \ echo Local directory is modified: $$modified ; exit 1; fi hg tag -f -m "Release $(VERSION) tagged" RECOLL-$(VERSION) +