mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
use sed instead of tr since as with Slovak a letter was getting
dropped. Same one in fact.
This commit is contained in:
parent
cd3ff71efb
commit
dc807c948a
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ SOURCEDICT ?= $(XWDICTPATH)/Czech/Czech.2-1-6.dict.gz
|
|||
|
||||
$(XWLANG)Main.dict.gz: $(SOURCEDICT) Makefile
|
||||
zcat $< | tr -d '\r' | \
|
||||
tr [aábcčdďeéěfghiíjklmnňoóprřsštťuúůvxyýzž] [AÁBCČDĎEÉĚFGHIÍJKLMNŇOÓPRŘSŠTŤUÚŮVXYÝZŽ] | \
|
||||
sed 's,.,\U\0,g' | \
|
||||
grep '^[AÁBCČDĎEÉĚFGHIÍJKLMNŇOÓPRŘSŠTŤUÚŮVXYÝZŽ]*$$' | \
|
||||
gzip -c > $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue