diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-08-14 13:27:16 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-08-14 13:27:16 +0000 |
commit | 960df87ca379a33a81a7fc2c5b01f1c421a28a18 (patch) | |
tree | 345df689c819068816e4c575f1bca89f17c8190c | |
parent | 18ce61e9e11e1ffea1414f39f8d472c884dfe35e (diff) |
INTEGRATION: CWS sw30bf12_DEV300 (1.9.8); FILE MERGED
2008/08/07 17:04:27 mba 1.9.8.1: prevent adding of licence files in 73 languages
-rw-r--r-- | dictionaries/it_IT/makefile.mk | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dictionaries/it_IT/makefile.mk b/dictionaries/it_IT/makefile.mk index bf53c4a..4c5d88a 100644 --- a/dictionaries/it_IT/makefile.mk +++ b/dictionaries/it_IT/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # # This file is part of OpenOffice.org. # @@ -56,7 +56,6 @@ COMPONENT_FILES= \ $(EXTENSIONDIR)$/it_IT.aff \ $(EXTENSIONDIR)$/it_IT.dic \ $(EXTENSIONDIR)$/hyph_it_IT.dic \ - $(EXTENSIONDIR)$/README_it_IT.txt \ $(EXTENSIONDIR)$/README_it_IT_thes.txt \ $(EXTENSIONDIR)$/README_hyph_it_IT.txt @@ -65,13 +64,13 @@ COMPONENT_XCU= \ $(EXTENSIONDIR)$/dictionaries.xcu # disable fetching default OOo license text -# CUSTOM_LICENSE=README_da_DK.txt +CUSTOM_LICENSE=README_it_IT.txt # override default license destination -# PACKLICS= $(EXTENSIONDIR)$/registration$/$(CUSTOM_LICENSE) +PACKLICS= $(EXTENSIONDIR)$/$(CUSTOM_LICENSE) COMPONENT_ZIP:=$(PWD)$/th_it_IT_v2.zip COMPONENT_UNZIP_FILES= \ - $(EXTENSIONDIR)$/th_it_IT_v2.dat + $(EXTENSIONDIR)$/th_it_IT_v2.dat # add own targets to packing dependencies (need to be done before # packing the xtension @@ -90,4 +89,4 @@ $(COMPONENT_UNZIP_FILES) : "$(COMPONENT_ZIP)" .ENDIF # "$(COMPONENT_UNZIP_FILES)"!="" $(EXTENSIONDIR)$/th_it_IT_v2.idx : "$(EXTENSIONDIR)$/th_it_IT_v2.dat" - $(PERL) $(PRJ)$/util$/th_gen_idx.pl -o $(EXTENSIONDIR)$/th_it_IT_v2.idx <$(EXTENSIONDIR)$/th_it_IT_v2.dat
\ No newline at end of file + $(PERL) $(PRJ)$/util$/th_gen_idx.pl -o $(EXTENSIONDIR)$/th_it_IT_v2.idx <$(EXTENSIONDIR)$/th_it_IT_v2.dat |