[Libreoffice-commits] .: Branch 'libreoffice-3-3' - instsetoo_native/util

Petr Mladek pmladek at kemper.freedesktop.org
Fri Dec 17 14:04:34 PST 2010


 instsetoo_native/util/makefile.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 158b9d54c591d7692e0637e5dc28d6f3dcdd48d0
Author: Petr Mladek <pmladek at suse.cz>
Date:   Fri Dec 17 23:02:35 2010 +0100

    create rpm/deb/win/mac help pack automatically when enabled

diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk
index b196a8f..31630d5 100644
--- a/instsetoo_native/util/makefile.mk
+++ b/instsetoo_native/util/makefile.mk
@@ -85,9 +85,9 @@ ALLTAR  : $(LOCALPYFILES)
 .ELSE			# "$(GUI)"!="WNT" && "$(EPM)"=="NO" && "$(USE_PACKAGER)"==""
 .IF "$(UPDATER)"=="" || "$(USE_PACKAGER)"==""
 .IF "$(BUILD_TYPE)"=="$(BUILD_TYPE:s/ODK//)"
-ALLTAR : openoffice_$(defaultlangiso) ooolanguagepack
+ALLTAR : openoffice_$(defaultlangiso) ooolanguagepack ooohelppack
 .ELSE
-ALLTAR : openoffice_$(defaultlangiso) ooolanguagepack sdkoo_en-US ure_en-US
+ALLTAR : openoffice_$(defaultlangiso) ooolanguagepack ooohelppack sdkoo_en-US ure_en-US
 .ENDIF
 .ELSE			# "$(UPDATER)"=="" || "$(USE_PACKAGER)"==""
 ALLTAR : updatepack


More information about the Libreoffice-commits mailing list