syntax error

This commit is contained in:
ehouse 2005-07-09 15:36:39 +00:00
parent 8acfb31153
commit 3b12c4df87

View file

@ -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 > $@