diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-08-19 10:47:51 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-08-19 10:47:51 +0000 |
commit | bafa146eeb11c06cc2abe6d30635508dda906370 (patch) | |
tree | e08e64d17bda9c36edf6acbe9554bad16819c0ed /helpcontent2/util | |
parent | 8beb86ce995a087c0cf1341b3f5355ca8643ac4c (diff) |
use command file
Diffstat (limited to 'helpcontent2/util')
-rwxr-xr-x | helpcontent2/util/target.pmk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/helpcontent2/util/target.pmk b/helpcontent2/util/target.pmk index 8ffcffb9d4..35acb83c0f 100755 --- a/helpcontent2/util/target.pmk +++ b/helpcontent2/util/target.pmk @@ -2,9 +2,9 @@ # # $RCSfile: target.pmk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: fpe $ $Date: 2004-08-18 10:59:43 $ +# last change: $Author: hjs $ $Date: 2004-08-19 11:47:51 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -67,5 +67,5 @@ ALLTAR : $(LINKALLTARGETS) $(LINKALLTARGETS) : $(foreach,i,$(LINKLINKFILES) $(MISC)$/$$(@:b:s/_/./:e:s/.//)/$i) $(subst,LANGUAGE,$$(@:b:s/_/./:e:s/.//) $(LINKADDEDDEPS)) @+-$(MKDIR) -p $(@:d) - java -Djava.library.path=$(SOLARSHAREDBIN) -cp $(my_cp) com.sun.star.help.HelpLinker -mod $(LINKNAME) -hid $(PRJ)$/helpers/hid.lst -lang {$(subst,$(LINKNAME)_, $(@:b))} $(subst,LANGUAGE,{$(subst,$(LINKNAME)_, $(@:b))} $(LINKADDEDFILES)) $(foreach,i,$(LINKLINKFILES) $(MISC)$/{$(subst,$(LINKNAME)_, $(@:b))}/$i) -o $@ + java -Djava.library.path=$(SOLARSHAREDBIN) -cp $(my_cp) com.sun.star.help.HelpLinker @$(mktmp -mod $(LINKNAME) -hid $(PRJ)$/helpers/hid.lst -lang {$(subst,$(LINKNAME)_, $(@:b))} $(subst,LANGUAGE,{$(subst,$(LINKNAME)_, $(@:b))} $(LINKADDEDFILES)) $(foreach,i,$(LINKLINKFILES) $(MISC)$/{$(subst,$(LINKNAME)_, $(@:b))}/$i) -o $@) |