mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-07 20:46:17 +01:00
add two more blank-only tiles; force NEWDAWG format (since too many tiles for old)
This commit is contained in:
parent
423ea04cb8
commit
7d1808a9cc
1 changed files with 5 additions and 2 deletions
|
@ -18,6 +18,9 @@
|
||||||
LANG=Swedish
|
LANG=Swedish
|
||||||
LANGCODE=sv_SE
|
LANGCODE=sv_SE
|
||||||
|
|
||||||
|
# Swedish has too many chars for the old format.
|
||||||
|
NEWDAWG=whatever
|
||||||
|
|
||||||
TARGET_TYPE ?= FRANK
|
TARGET_TYPE ?= FRANK
|
||||||
|
|
||||||
include ../Makefile.2to8
|
include ../Makefile.2to8
|
||||||
|
@ -28,8 +31,8 @@ include ../Makefile.langcommon
|
||||||
# Swedish play of allowing blanks to stand for those letters as well.
|
# Swedish play of allowing blanks to stand for those letters as well.
|
||||||
# So we don't exclude words with those letters from the dictionary.
|
# So we don't exclude words with those letters from the dictionary.
|
||||||
$(LANG)Main.dict.gz: swedish15.dict.gz
|
$(LANG)Main.dict.gz: swedish15.dict.gz
|
||||||
zcat $< | tr [a-zäåö] [A-ZÄÅÖ] | \
|
zcat $< | tr [a-zäåæöü] [A-ZÄÅÆÖÜ] | \
|
||||||
grep '^[A-ZÄÅÖ]\{2,15\}$$' | \
|
grep '^[A-ZÄÅÆÖÜ]\{2,15\}$$' | \
|
||||||
gzip -c > $@
|
gzip -c > $@
|
||||||
|
|
||||||
# Everything but creating of the Main.dict file is inherited from the
|
# Everything but creating of the Main.dict file is inherited from the
|
||||||
|
|
Loading…
Add table
Reference in a new issue