diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-30 08:08:27 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-30 08:08:27 +0000 |
commit | 1c82bd957dac480e2d537f49a39180897b2dfb08 (patch) | |
tree | 7eb441056aa24edc6706625522cf6fc3fa482b5f /instsetoo_native | |
parent | 275b9011b7a273159a4701e636c38edb477462df (diff) |
#i10000# Removed BSCLIENT condition
Diffstat (limited to 'instsetoo_native')
-rw-r--r-- | instsetoo_native/util/makefile.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk index 2aa92adc55e4..3835dffe571a 100644 --- a/instsetoo_native/util/makefile.mk +++ b/instsetoo_native/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2004-07-29 16:36:31 $ +# last change: $Author: rt $ $Date: 2004-07-30 09:08:27 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -72,7 +72,6 @@ INSTALLDIR=$(OUT) .INCLUDE: target.mk -.IF "$(BSCLIENT)"=="" .IF "$(UPDATER)"!="" ALLTAR : updatepack @@ -106,7 +105,6 @@ openoffice: .ENDIF # "$(alllangiso)"!="" -.ENDIF # "$(BSCLIENT)"=="" ooolanguagepack_%: +$(PERL) -w $(SOLARENV)$/bin$/make_installer.pl -f openoffice.lst -l $(@:s/ooolanguagepack_//) -p OpenOffice -packagelist ..$/inc_openoffice$/unix$/packagelist_languagepack.txt -u $(OUT) -buildid $(BUILD) -msitemplate ..$/inc_openoffice$/windows$/msi_templates -msilanguage $(COMMONMISC)$/win_ulffiles -msifiles ..$/inc_openoffice$/windows$/msi_files -languagepack |