diff --git a/dawg/Polish/Makefile b/dawg/Polish/Makefile index 11e8e4803..877de84b4 100644 --- a/dawg/Polish/Makefile +++ b/dawg/Polish/Makefile @@ -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.