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:
ehouse 2008-09-18 03:55:04 +00:00
parent eb1f083a19
commit 564b827f6d
2 changed files with 7 additions and 5 deletions

View file

@ -16,6 +16,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
XWLANG := $(XWLANG)_
FRANK_EXT = xwd
# This is now on for all dicts and languages. dict2dawg.pl can't
@ -69,7 +71,7 @@ else
PDBTYPE = Xwr3
endif
all: $(XWLANG)2to8.pdb
all: $(XWLANG)2to8.pdb $(XWLANG)2to9.pdb $(XWLANG)2to15.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
# build the .xwd file.
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
else
all: checkARCH $(XWLANG)2to8.seb
@ -174,7 +176,7 @@ else
ifeq ($(TARGET_TYPE),WINCE)
### WINCE section here ###
all: $(XWLANG)2to8.xwd
all: $(XWLANG)2to8.xwd $(XWLANG)2to9.xwd $(XWLANG)2to15.xwd
../mkxwdcab.pl -f $<
else

View file

@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
XWLANG=Spanish
XWLANG=Spanish_FAA_4_1
LANGCODE=es_ES
TARGET_TYPE ?= PALM
@ -43,7 +43,7 @@ include ../Makefile.langcommon
#$(LANG)Main.dict.gz: SpanishMain.dict.gz
# ln -s $< $@
SOURCEDICT ?= $(XWDICTPATH)/$(XWLANG)/XavSpanish.dict.gz
SOURCEDICT ?= $(XWDICTPATH)/Spanish/FAA_4.1.txt.gz
$(XWLANG)Main.dict.gz: $(SOURCEDICT) Makefile
zcat $< \