diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 10:48:29 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 10:48:29 +0000 |
commit | fbd42d5a9d4cc6cfb7a7d0074767efe5cf905238 (patch) | |
tree | a5f6984c4ab0abb2898304b48ecd7c188b8edec8 /helpcontent2/util/swriter/makefile.mk | |
parent | 458a6f13ab5a0a49fc5d953b1e7a3f0451e61b8d (diff) |
INTEGRATION: CWS nojava1 (1.6.8); FILE MERGED
2004/10/15 19:49:55 haggai 1.6.8.1: #i35639# Disable helpcontent2 when no JDK is available
Diffstat (limited to 'helpcontent2/util/swriter/makefile.mk')
-rw-r--r-- | helpcontent2/util/swriter/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/helpcontent2/util/swriter/makefile.mk b/helpcontent2/util/swriter/makefile.mk index 2f556b6a45..420ffd1aec 100644 --- a/helpcontent2/util/swriter/makefile.mk +++ b/helpcontent2/util/swriter/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:29 $ #* -#* $Revision: 1.6 $ +#* $Revision: 1.7 $ #* #* $Logfile:$ #* @@ -26,12 +26,14 @@ TARGET = swriter_util .INCLUDE : $(PRJ)$/settings.pmk .INCLUDE : settings.mk +.IF "$(SOLAR_JAVA)"!="" common_build_zip:= zip1generatedlangs=TRUE ZIP1TARGET=swriter_xhp ZIP1FLAGS= -u -r ZIP1DIR=$(MISC)$/$(LANGDIR) ZIP1LIST=$(LANGDIR)$/text$/swriter$/* -x "*.dphh*" -x "*.hzip" +.ENDIF LINKNAME=swriter |