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/makefile.pmk | |
parent | b2b351f805268c621ae13584483d1e8d36a2f34c (diff) |
#i10000# removal of cws helplinker01
Diffstat (limited to 'helpcontent2/makefile.pmk')
-rwxr-xr-x | helpcontent2/makefile.pmk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/helpcontent2/makefile.pmk b/helpcontent2/makefile.pmk index 465a649892..9647c446ff 100755 --- a/helpcontent2/makefile.pmk +++ b/helpcontent2/makefile.pmk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.22 $ +# $Revision: 1.23 $ # -# last change: $Author: ihi $ $Date: 2007-06-05 10:19:23 $ +# last change: $Author: vg $ $Date: 2007-06-08 16:13:43 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -36,7 +36,9 @@ SHELL_PACKAGE:=$(subst,/,$/ $(PACKAGE)) HLANGXHPFILES:=$(foreach,i,$(XHPFILES) $(foreach,j,$(aux_alllangiso) $(COMMONMISC)$/$j$/$(SHELL_PACKAGE)$/$(i:f))) +.IF "$(SOLAR_JAVA)"!="" ALLTAR : $(COMMONMISC)$/$(TARGET).done $(COMMONMISC)$/xhp_changed.flag optix +.ENDIF $(HLANGXHPFILES) : $$(@:d)thisdir.created |