From 458a6f13ab5a0a49fc5d953b1e7a3f0451e61b8d Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Tue, 9 Nov 2004 10:48:16 +0000
Subject: INTEGRATION: CWS nojava1 (1.6.8); FILE MERGED 2004/10/15 19:49:54
haggai 1.6.8.1: #i35639# Disable helpcontent2 when no JDK is available
---
helpcontent2/util/smath/makefile.mk | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
(limited to 'helpcontent2/util/smath/makefile.mk')
diff --git a/helpcontent2/util/smath/makefile.mk b/helpcontent2/util/smath/makefile.mk
index 80c36e7010..4dedd4eb47 100644
--- a/helpcontent2/util/smath/makefile.mk
+++ b/helpcontent2/util/smath/makefile.mk
@@ -3,9 +3,9 @@
#* $Workfile:$
#*
#* Creation date KR 28.06.99
-#* last change $Author: hjs $ $Date: 2004-08-26 15:17:46 $
+#* last change $Author: hr $ $Date: 2004-11-09 11:48:16 $
#*
-#* $Revision: 1.6 $
+#* $Revision: 1.7 $
#*
#* $Logfile:$
#*
@@ -26,12 +26,14 @@ TARGET = smath_util
.INCLUDE : $(PRJ)$/settings.pmk
.INCLUDE : settings.mk
+.IF "$(SOLAR_JAVA)"!=""
common_build_zip:=
zip1generatedlangs=TRUE
ZIP1TARGET=smath_xhp
ZIP1FLAGS= -u -r
ZIP1DIR=$(MISC)$/$(LANGDIR)
ZIP1LIST=$(LANGDIR)$/text$/smath$/* -x "*.dphh*" -x "*.hzip"
+.ENDIF
LINKNAME=smath
--
cgit