mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
ditch words without vowels
This commit is contained in:
parent
5b3e5fbf18
commit
77374484f8
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ SOURCEDICT ?= $(XWDICTPATH)/$(LANG)/LarsDanish.dict.gz
|
|||
|
||||
$(LANG)Main.dict.gz: $(SOURCEDICT) Makefile
|
||||
zcat $< | tr -d '\r' | tr [a-zĺćř] [A-ZĹĆŘ] | \
|
||||
grep '[AEIOUナニリ]' |
|
||||
grep '^[A-PR-VX-ZĹĆŘ]\+$$' | sort -u | \
|
||||
gzip -c > $@
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue