mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-22 07:28:16 +01:00
change for new list, and also to use format better suited for keeping
wordlists in git.
This commit is contained in:
parent
cb1d7dff71
commit
ccab839e66
1 changed files with 5 additions and 4 deletions
|
@ -20,8 +20,9 @@ LANGCODE=ca_ES
|
|||
TARGET_TYPE ?= WINCE
|
||||
ENC = UTF-8
|
||||
|
||||
DICTNOTE = "Built from DISC 2.0.8.\nSee http://escrable.montane.cat/diccionari for more information."
|
||||
|
||||
DICTNOTE = "Built from DISC 2.5.12.\nSee http://escrable.montane.cat/diccionari for more information."
|
||||
# not used yet
|
||||
DICTREV = bbbd5723281191ad197cc7e986074cc65ba892fe
|
||||
|
||||
ifeq ($(TARGET_TYPE),PALM)
|
||||
PBITMS = ./bmps/palm
|
||||
|
@ -43,10 +44,10 @@ LANG_SPECIAL_INFO = \
|
|||
|
||||
include ../Makefile.langcommon
|
||||
|
||||
SOURCEDICT ?= $(XWDICTPATH)/Catalan/DISC2-LP.txt.gz
|
||||
SOURCEDICT ?= $(XWDICTPATH)/Catalan/DISC2-LP.dict
|
||||
|
||||
$(XWLANG)Main.dict.gz: $(SOURCEDICT) $(MAKEFILE)
|
||||
zcat $< \
|
||||
cat $< \
|
||||
| tr -d '\r' \
|
||||
| tr [a-zç] [A-ZÇ] \
|
||||
| sed 's/L·L/1/g' \
|
||||
|
|
Loading…
Reference in a new issue