diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 14:32:24 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 14:32:24 +0000 |
commit | bc76bbae7f58a08c33bbcff176fe5485f511ff08 (patch) | |
tree | 5c7382c921d22d0176ff988818be46a7c3c2b33e /helpcontent2/util/target.pmk | |
parent | 86b32ed1bab1665a7b668f64862659e9fe59eaef (diff) |
INTEGRATION: CWS ause069 (1.14.40); FILE MERGED
2006/10/18 17:11:02 hjs 1.14.40.1: #i70359# remove forced shell calls
Diffstat (limited to 'helpcontent2/util/target.pmk')
-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 35c344f0a5..828e9ad102 100755 --- a/helpcontent2/util/target.pmk +++ b/helpcontent2/util/target.pmk @@ -4,9 +4,9 @@ # # $RCSfile: target.pmk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: obo $ $Date: 2006-07-13 11:12:49 $ +# last change: $Author: obo $ $Date: 2007-01-25 15:32:24 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -54,7 +54,7 @@ CLASSPATH!:=$(my_cp) .ENDIF $(LINKALLTARGETS) : $(foreach,i,$(LINKLINKFILES) $(COMMONMISC)$/$$(@:b:s/_/./:e:s/.//)/$i) $(subst,LANGUAGE,$$(@:b:s/_/./:e:s/.//) $(LINKADDEDDEPS)) $(COMMONMISC)$/xhp_changed.flag - @+-$(MKDIR) -p $(@:d) + @-$(MKDIR) -p $(@:d) .IF "$(JAVAAOTCOMPILER)" != "" com.sun.star.help.HelpLinker @$(mktmp -mod $(LINKNAME) -hid $(PRJ)$/helpers/hid.lst -src $(COMMONMISC) -sty $(PRJ)$/source$/auxiliary$/embed.xsl -idx $(PRJ)$/source$/auxiliary$/index.xsl -lang {$(subst,$(LINKNAME)_, $(@:b))} $(subst,LANGUAGE,{$(subst,$(LINKNAME)_, $(@:b))} $(LINKADDEDFILES)) $(foreach,i,$(LINKLINKFILES) $(COMMONMISC)$/{$(subst,$(LINKNAME)_, $(@:b))}/$i) -o $@) .ELSE |