summaryrefslogtreecommitdiffstats
path: root/dictionaries/en_US/makefile.mk
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-28 15:37:07 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-28 15:37:07 +0000
commitc28780a44c2390181fcf006d3fff5bb9692ae336 (patch)
treeb655b2e17edfc44eb2e29d3ffb38fa4b12cc0c58 /dictionaries/en_US/makefile.mk
parentINTEGRATION: CWS ooo19prep (1.3.16); FILE MERGED (diff)
downloaddictionaries-c28780a44c2390181fcf006d3fff5bb9692ae336.tar.gz
dictionaries-c28780a44c2390181fcf006d3fff5bb9692ae336.zip
INTEGRATION: CWS ooo19prep (1.7.12); FILE MERGED
2004/06/16 09:11:00 mh 1.7.12.1: join from ooo112fix?, #i29766
Diffstat (limited to 'dictionaries/en_US/makefile.mk')
-rw-r--r--dictionaries/en_US/makefile.mk11
1 files changed, 7 insertions, 4 deletions
diff --git a/dictionaries/en_US/makefile.mk b/dictionaries/en_US/makefile.mk
index 64a0e57..c443b1d 100644
--- a/dictionaries/en_US/makefile.mk
+++ b/dictionaries/en_US/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: kz $ $Date: 2004-03-24 13:04:01 $
+# last change: $Author: hjs $ $Date: 2004-06-28 16:37:07 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -99,7 +99,10 @@ $(BIN)$/th_en_US_new.idx: $(BIN)$/th_en_US_new.dat
$(WRAPCMD) cat $(BIN)$/th_en_US_new.dat | $(PERL) $(PWD)$/th_gen_idx.pl > $(BIN)$/th_en_US_new.idx
#unzip the thesaurus file
+$(MISC)$/th_en_US_words.txt: th_en_US_words.zip
# cd is a 4nt internal command, we need a '+'
-$(BIN)$/th_en_US_new.dat: th_en_US_new.zip
- +cd $(BIN) && $(WRAPCMD) unzip -o $(PWD)$/th_en_US_new.zip
+ +cd $(MISC) && $(WRAPCMD) unzip -o $(PWD)$/th_en_US_words.zip
+$(MISC)$/th_en_US_thes.txt: th_en_US_thes.zip
+# ditto
+ +cd $(MISC) && $(WRAPCMD) unzip -o $(PWD)$/th_en_US_thes.zip