diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-08-14 13:28:23 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-08-14 13:28:23 +0000 |
commit | 2b0fb5fe0e1dd21d1eff5b1adfd8da0c12178f86 (patch) | |
tree | 341e42ba136f0729fb4f2259be575da02024d30e | |
parent | bd010ec1c34cd727483ab4ad5224b76e4425008d (diff) |
INTEGRATION: CWS sw30bf12_DEV300 (1.4.8); FILE MERGED
2008/08/07 17:04:29 mba 1.4.8.1: prevent adding of licence files in 73 languages
-rw-r--r-- | dictionaries/pt_BR/makefile.mk | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dictionaries/pt_BR/makefile.mk b/dictionaries/pt_BR/makefile.mk index 308ed8f..f54a1f8 100644 --- a/dictionaries/pt_BR/makefile.mk +++ b/dictionaries/pt_BR/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # # This file is part of OpenOffice.org. # @@ -55,7 +55,6 @@ EXTENSION_ZIPNAME:=dict-pt COMPONENT_FILES= \ $(EXTENSIONDIR)$/pt_BR.aff \ $(EXTENSIONDIR)$/pt_BR.dic \ - $(EXTENSIONDIR)$/copyright.txt \ $(EXTENSIONDIR)$/README_pt_BR.txt COMPONENT_CONFIGDEST=. @@ -63,14 +62,14 @@ COMPONENT_XCU= \ $(EXTENSIONDIR)$/dictionaries.xcu # disable fetching default OOo license text -# CUSTOM_LICENSE=README_da_DK.txt +CUSTOM_LICENSE=copyright.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 |