mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-01 06:19:57 +01:00
rule for building main dict from public commons list
This commit is contained in:
parent
bccdedea9e
commit
d9af27b056
1 changed files with 3 additions and 2 deletions
|
@ -24,8 +24,9 @@ include ../Makefile.2to8
|
|||
|
||||
include ../Makefile.langcommon
|
||||
|
||||
# $(LANG)Main.dict.gz: ods3.txt.gz
|
||||
# zcat $< | tr a-z A-Z | gzip >$@
|
||||
$(LANG)Main.dict.gz: slowa.txt.gz
|
||||
zcat $< | tr -d '\r' | tr [a-z±æê³ñ󶼿] [A-Z¡ÆÊ£ÑÓ¦¬¯] | \
|
||||
grep '^[A-PR-UWYZ¡ÆÊ£ÑÓ¦¬¯]*$$' | gzip >$@
|
||||
|
||||
# Everything but creating of the Main.dict file is inherited from the
|
||||
# "parent" Makefile.langcommon in the parent directory.
|
||||
|
|
Loading…
Reference in a new issue