diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 10:46:58 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 10:46:58 +0000 |
commit | 934f9b216b8eefce8033799c0bae5d30f4fb817c (patch) | |
tree | 646c6ed42a3f0b3e1c383e09db765ea4bdcfc9fb | |
parent | 0e68762323d73fc4fce642eaa448781853fc1d4b (diff) |
INTEGRATION: CWS nojava1 (1.7.8); FILE MERGED
2004/10/15 19:49:52 haggai 1.7.8.1: #i35639# Disable helpcontent2 when no JDK is available
-rw-r--r-- | helpcontent2/util/sbasic/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/helpcontent2/util/sbasic/makefile.mk b/helpcontent2/util/sbasic/makefile.mk index 3d69c928c9..2600b7c55a 100644 --- a/helpcontent2/util/sbasic/makefile.mk +++ b/helpcontent2/util/sbasic/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: hjs $ $Date: 2004-08-26 15:17:44 $ +#* last change $Author: hr $ $Date: 2004-11-09 11:46:58 $ #* -#* $Revision: 1.7 $ +#* $Revision: 1.8 $ #* #* $Logfile:$ #* @@ -26,12 +26,14 @@ TARGET = sbasic_util .INCLUDE : $(PRJ)$/settings.pmk .INCLUDE : settings.mk +.IF "$(SOLAR_JAVA)"!="" common_build_zip:= zip1generatedlangs=TRUE ZIP1TARGET=sbasic_xhp ZIP1FLAGS= -u -r ZIP1DIR=$(MISC)$/$(LANGDIR) ZIP1LIST=$(LANGDIR)$/text$/sbasic$/* -x "*.dphh*" -x "*.hzip" +.ENDIF LINKNAME=sbasic |