mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
Make new FAA 4.1 the default Spanish dictionary source; build three
dicts (8, 9 and 15) by default (all: target).
This commit is contained in:
parent
eb1f083a19
commit
564b827f6d
2 changed files with 7 additions and 5 deletions
|
@ -16,6 +16,8 @@
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
|
XWLANG := $(XWLANG)_
|
||||||
|
|
||||||
FRANK_EXT = xwd
|
FRANK_EXT = xwd
|
||||||
|
|
||||||
# This is now on for all dicts and languages. dict2dawg.pl can't
|
# This is now on for all dicts and languages. dict2dawg.pl can't
|
||||||
|
@ -69,7 +71,7 @@ else
|
||||||
PDBTYPE = Xwr3
|
PDBTYPE = Xwr3
|
||||||
endif
|
endif
|
||||||
|
|
||||||
all: $(XWLANG)2to8.pdb
|
all: $(XWLANG)2to8.pdb $(XWLANG)2to9.pdb $(XWLANG)2to15.pdb
|
||||||
|
|
||||||
empty: $(XWLANG)0to0.pdb
|
empty: $(XWLANG)0to0.pdb
|
||||||
|
|
||||||
|
@ -142,7 +144,7 @@ ifeq ($(TARGET_TYPE),FRANK)
|
||||||
# platforms is a by-product). But if the EBM tools aren't there, just
|
# platforms is a by-product). But if the EBM tools aren't there, just
|
||||||
# build the .xwd file.
|
# build the .xwd file.
|
||||||
ifeq (x$(shell echo -n $$EBOOKMAN_SDK)x,xx)
|
ifeq (x$(shell echo -n $$EBOOKMAN_SDK)x,xx)
|
||||||
all: $(XWLANG)2to8.xwd
|
all: $(XWLANG)2to8.xwd $(XWLANG)2to9.xwd $(XWLANG)2to15.xwd
|
||||||
empty: $(XWLANG)0to0.xwd
|
empty: $(XWLANG)0to0.xwd
|
||||||
else
|
else
|
||||||
all: checkARCH $(XWLANG)2to8.seb
|
all: checkARCH $(XWLANG)2to8.seb
|
||||||
|
@ -174,7 +176,7 @@ else
|
||||||
ifeq ($(TARGET_TYPE),WINCE)
|
ifeq ($(TARGET_TYPE),WINCE)
|
||||||
|
|
||||||
### WINCE section here ###
|
### WINCE section here ###
|
||||||
all: $(XWLANG)2to8.xwd
|
all: $(XWLANG)2to8.xwd $(XWLANG)2to9.xwd $(XWLANG)2to15.xwd
|
||||||
../mkxwdcab.pl -f $<
|
../mkxwdcab.pl -f $<
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
XWLANG=Spanish
|
XWLANG=Spanish_FAA_4_1
|
||||||
LANGCODE=es_ES
|
LANGCODE=es_ES
|
||||||
TARGET_TYPE ?= PALM
|
TARGET_TYPE ?= PALM
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@ include ../Makefile.langcommon
|
||||||
#$(LANG)Main.dict.gz: SpanishMain.dict.gz
|
#$(LANG)Main.dict.gz: SpanishMain.dict.gz
|
||||||
# ln -s $< $@
|
# ln -s $< $@
|
||||||
|
|
||||||
SOURCEDICT ?= $(XWDICTPATH)/$(XWLANG)/XavSpanish.dict.gz
|
SOURCEDICT ?= $(XWDICTPATH)/Spanish/FAA_4.1.txt.gz
|
||||||
|
|
||||||
$(XWLANG)Main.dict.gz: $(SOURCEDICT) Makefile
|
$(XWLANG)Main.dict.gz: $(SOURCEDICT) Makefile
|
||||||
zcat $< \
|
zcat $< \
|
||||||
|
|
Loading…
Reference in a new issue