summaryrefslogtreecommitdiff
path: root/helpcontent2/util/target.pmk
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-06 13:12:39 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-06 13:12:39 +0000
commitf718391aab0d7dbd48db498b814a7d8ef8b58334 (patch)
tree10fbcd69a253bf20ac699f7c4af71e83a3bc94e5 /helpcontent2/util/target.pmk
parentbc5eb95aa187b15ae62a955cd08a5755b17dc346 (diff)
INTEGRATION: CWS ause074 (1.15.2); FILE MERGED
2007/02/02 11:43:38 hjs 1.15.2.1: #i74118# removing wrong (and pointless...) mkdir call
Diffstat (limited to 'helpcontent2/util/target.pmk')
-rwxr-xr-xhelpcontent2/util/target.pmk5
1 files changed, 2 insertions, 3 deletions
diff --git a/helpcontent2/util/target.pmk b/helpcontent2/util/target.pmk
index 828e9ad102..8d671f88fe 100755
--- a/helpcontent2/util/target.pmk
+++ b/helpcontent2/util/target.pmk
@@ -4,9 +4,9 @@
#
# $RCSfile: target.pmk,v $
#
-# $Revision: 1.15 $
+# $Revision: 1.16 $
#
-# last change: $Author: obo $ $Date: 2007-01-25 15:32:24 $
+# last change: $Author: vg $ $Date: 2007-02-06 14:12:39 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -54,7 +54,6 @@ 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)
.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