summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-08-14 13:24:33 +0000
committerKurt Zenker <kz@openoffice.org>2008-08-14 13:24:33 +0000
commit77580fc896ba4915f2950936f7a5b80dbc37aca2 (patch)
treeb163caec65600159180fd8fd83c3ff0627b659c8
parentINTEGRATION: CWS sw30bf12_DEV300 (1.8.6); FILE MERGED (diff)
downloaddictionaries-77580fc896ba4915f2950936f7a5b80dbc37aca2.tar.gz
dictionaries-77580fc896ba4915f2950936f7a5b80dbc37aca2.zip
INTEGRATION: CWS sw30bf12_DEV300 (1.4.8); FILE MERGED
2008/08/07 17:04:26 mba 1.4.8.1: prevent adding of licence files in 73 languages
-rw-r--r--dictionaries/es_ES/makefile.mk11
-rw-r--r--dictionaries/et_EE/makefile.mk9
2 files changed, 9 insertions, 11 deletions
diff --git a/dictionaries/es_ES/makefile.mk b/dictionaries/es_ES/makefile.mk
index e8cadf3..e88b17b 100644
--- a/dictionaries/es_ES/makefile.mk
+++ b/dictionaries/es_ES/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
# This file is part of OpenOffice.org.
#
@@ -54,22 +54,21 @@ EXTENSION_ZIPNAME:=dict-es
# just copy:
COMPONENT_FILES= \
$(EXTENSIONDIR)$/es_ES.aff \
- $(EXTENSIONDIR)$/es_ES.dic \
- $(EXTENSIONDIR)$/README_es_ES.txt
+ $(EXTENSIONDIR)$/es_ES.dic
COMPONENT_CONFIGDEST=.
COMPONENT_XCU= \
$(EXTENSIONDIR)$/dictionaries.xcu
# disable fetching default OOo license text
-# CUSTOM_LICENSE=README_da_DK.txt
+CUSTOM_LICENSE=README_es_ES.txt
# override default license destination
-# PACKLICS= $(EXTENSIONDIR)$/registration$/$(CUSTOM_LICENSE)
+PACKLICS= $(EXTENSIONDIR)$/$(CUSTOM_LICENSE)
# add own targets to packing dependencies (need to be done before
# packing the xtension
# EXTENSION_PACKDEPS=makefile.mk $(CUSTOM_LICENSE)
-EXTENSION_PACKDEPS=$(COMPONENT_UNZIP_FILES)
+EXTENSION_PACKDEPS=$(COMPONENT_FILES)
# global settings for extension packing
.INCLUDE : extension_pre.mk
diff --git a/dictionaries/et_EE/makefile.mk b/dictionaries/et_EE/makefile.mk
index 7df8f9c..3dbdeda 100644
--- a/dictionaries/et_EE/makefile.mk
+++ b/dictionaries/et_EE/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
# This file is part of OpenOffice.org.
#
@@ -56,7 +56,6 @@ COMPONENT_FILES= \
$(EXTENSIONDIR)$/et_EE.aff \
$(EXTENSIONDIR)$/et_EE.dic \
$(EXTENSIONDIR)$/hyph_et_EE.dic \
- $(EXTENSIONDIR)$/README_et_EE.txt \
$(EXTENSIONDIR)$/README_hyph_et_EE.txt
COMPONENT_CONFIGDEST=.
@@ -64,14 +63,14 @@ COMPONENT_XCU= \
$(EXTENSIONDIR)$/dictionaries.xcu
# disable fetching default OOo license text
-# CUSTOM_LICENSE=README_da_DK.txt
+CUSTOM_LICENSE=README_et_EE.txt
# override default license destination
-# PACKLICS= $(EXTENSIONDIR)$/registration$/$(CUSTOM_LICENSE)
+PACKLICS= $(EXTENSIONDIR)$/$(CUSTOM_LICENSE)
# add own targets to packing dependencies (need to be done before
# packing the xtension
# EXTENSION_PACKDEPS=makefile.mk $(CUSTOM_LICENSE)
-EXTENSION_PACKDEPS=$(COMPONENT_UNZIP_FILES)
+EXTENSION_PACKDEPS=$(COMPONENT_FILES)
# global settings for extension packing
.INCLUDE : extension_pre.mk