diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-08-14 13:29:21 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-08-14 13:29:21 +0000 |
commit | 492f0b19fe184b440a69a0bcb0601323876fe981 (patch) | |
tree | 5e999f1fee565c3db060a20e9a4562c33f90b890 | |
parent | 640cbc173d1b6186f4a4491ca273649c9dace2ed (diff) |
INTEGRATION: CWS sw30bf12_DEV300 (1.5.8); FILE MERGED
2008/08/07 17:04:31 mba 1.5.8.1: prevent adding of licence files in 73 languages
-rw-r--r-- | dictionaries/sw_TZ/makefile.mk | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dictionaries/sw_TZ/makefile.mk b/dictionaries/sw_TZ/makefile.mk index 8c7ed20..aedc5fd 100644 --- a/dictionaries/sw_TZ/makefile.mk +++ b/dictionaries/sw_TZ/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # # This file is part of OpenOffice.org. # @@ -54,22 +54,21 @@ EXTENSION_ZIPNAME:=dict-sw # just copy: COMPONENT_FILES= \ $(EXTENSIONDIR)$/sw_TZ.aff \ - $(EXTENSIONDIR)$/sw_TZ.dic \ - $(EXTENSIONDIR)$/README_sw_TZ.txt + $(EXTENSIONDIR)$/sw_TZ.dic COMPONENT_CONFIGDEST=. COMPONENT_XCU= \ $(EXTENSIONDIR)$/dictionaries.xcu # disable fetching default OOo license text -# CUSTOM_LICENSE=README_da_DK.txt +CUSTOM_LICENSE=README_sw_TZ.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 |