From 203cd06a89c619edb9ad79acfc7f76e42df65124 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Fri, 8 Jun 2007 15:13:43 +0000 Subject: #i10000# removal of cws helplinker01 --- helpcontent2/helpers/linkmakefile.template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'helpcontent2/helpers') diff --git a/helpcontent2/helpers/linkmakefile.template b/helpcontent2/helpers/linkmakefile.template index 397b8d6a2e..5a8a0d7037 100644 --- a/helpcontent2/helpers/linkmakefile.template +++ b/helpcontent2/helpers/linkmakefile.template @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: ihi $ $Date: 2007-06-05 10:19:44 $ +#* last change $Author: vg $ $Date: 2007-06-08 16:12:22 $ #* -#* $Revision: 1.9 $ +#* $Revision: 1.10 $ #* #* $Logfile:$ #* @@ -26,6 +26,7 @@ TARGET = util_%module% .INCLUDE : settings.mk .INCLUDE : $(PRJ)$/settings.pmk +.IF "$(SOLAR_JAVA)"!="" common_build_zip:= zip1generatedlangs=TRUE zip1langdirs=$(aux_alllangiso) @@ -33,6 +34,8 @@ ZIP1TARGET=xhp_%module% ZIP1FLAGS= -u -r ZIP1DIR=$(COMMONMISC)$/$(LANGDIR) ZIP1LIST=$(LANGDIR)$/text$/%module%$/* -x "*.xhp????*" -x "*.dphh*" -x "*.hzip" -x "*.created" +.ENDIF # "$(SOLAR_JAVA)"!="" + LINKNAME=%module% LINKADDEDFILES= \ -- cgit