diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 10:47:26 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 10:47:26 +0000 |
commit | 1f2d6bf0f051cb1841ebe283e9bc673bd89b5c42 (patch) | |
tree | 6aaf260ca75625c54940ea8e6df56bfb365775bd /helpcontent2/util/schart/makefile.mk | |
parent | 934f9b216b8eefce8033799c0bae5d30f4fb817c (diff) |
INTEGRATION: CWS nojava1 (1.7.8); FILE MERGED
2004/10/15 19:49:53 haggai 1.7.8.1: #i35639# Disable helpcontent2 when no JDK is available
Diffstat (limited to 'helpcontent2/util/schart/makefile.mk')
-rw-r--r-- | helpcontent2/util/schart/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/helpcontent2/util/schart/makefile.mk b/helpcontent2/util/schart/makefile.mk index 450c82001f..c698d665b9 100644 --- a/helpcontent2/util/schart/makefile.mk +++ b/helpcontent2/util/schart/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:47:26 $ #* -#* $Revision: 1.7 $ +#* $Revision: 1.8 $ #* #* $Logfile:$ #* @@ -26,12 +26,14 @@ TARGET = schart_util .INCLUDE : $(PRJ)$/settings.pmk .INCLUDE : settings.mk +.IF "$(SOLAR_JAVA)"!="" common_build_zip:= zip1generatedlangs=TRUE ZIP1TARGET=schart_xhp ZIP1FLAGS= -u -r ZIP1DIR=$(MISC)$/$(LANGDIR) ZIP1LIST=$(LANGDIR)$/text$/schart$/* -x "*.dphh*" -x "*.hzip" +.ENDIF LINKNAME=schart |