mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-16 07:48:07 +01:00
syntax error
This commit is contained in:
parent
8acfb31153
commit
3b12c4df87
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +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 '[AEIOUナニリ]' | \
|
||||
grep '^[A-PR-VX-ZĹĆŘ]\+$$' | sort -u | \
|
||||
gzip -c > $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue