diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-06-08 15:13:43 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-06-08 15:13:43 +0000 |
commit | 203cd06a89c619edb9ad79acfc7f76e42df65124 (patch) | |
tree | 661335064c1e33358223743e237db817d50eb5e2 /helpcontent2/helpers | |
parent | b2b351f805268c621ae13584483d1e8d36a2f34c (diff) |
#i10000# removal of cws helplinker01
Diffstat (limited to 'helpcontent2/helpers')
-rw-r--r-- | helpcontent2/helpers/linkmakefile.template | 7 |
1 files changed, 5 insertions, 2 deletions
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= \ |