mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
syntax error
This commit is contained in:
parent
1bc8a981b3
commit
9533c0590d
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
|
$(LANG)Main.dict.gz: $(SOURCEDICT) Makefile
|
||||||
zcat $< | tr -d '\r' | tr [a-zĺćř] [A-ZĹĆŘ] | \
|
zcat $< | tr -d '\r' | tr [a-zĺćř] [A-ZĹĆŘ] | \
|
||||||
grep '[AEIOUナニリ]' |
|
grep '[AEIOUナニリ]' | \
|
||||||
grep '^[A-PR-VX-ZĹĆŘ]\+$$' | sort -u | \
|
grep '^[A-PR-VX-ZĹĆŘ]\+$$' | sort -u | \
|
||||||
gzip -c > $@
|
gzip -c > $@
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue