diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-10-11 12:44:04 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-10-11 12:44:04 +0000 |
commit | b2a5ce8619bcd6ab22f27a8178873d616c4f8eb3 (patch) | |
tree | ac9b8d470443f7552d74218d794931fc1e57cd5b /helpcontent2/makefile.pmk | |
parent | dd38273b8e880b5c2d871adb72b891d33747bd18 (diff) |
INTEGRATION: CWS vq02 (1.1.4); FILE MERGED
2004/09/14 19:43:47 vq 1.1.4.1: #i34135# Patch for W32-tcsh build.
Diffstat (limited to 'helpcontent2/makefile.pmk')
-rwxr-xr-x | helpcontent2/makefile.pmk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/helpcontent2/makefile.pmk b/helpcontent2/makefile.pmk index 9ac788ac11..114a9445c3 100755 --- a/helpcontent2/makefile.pmk +++ b/helpcontent2/makefile.pmk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: fpe $ $Date: 2004-08-18 10:52:38 $ +# last change: $Author: hr $ $Date: 2004-10-11 13:43:46 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -82,7 +82,7 @@ HELPTRANSPHONY:=.PHONY $(MISC)$/%.hzip : $(MISC)$/%.xhp @+-$(MKDIR) -p $(@:d) - java -cp $(my_cp) com.sun.star.help.HelpCompiler -c $< -o $@ -src "$(PRJ)$/source" -sty "$(PRJ)$/source$/auxiliary$/embed.xsl" -idx "$(PRJ)$/source$/auxiliary$/index.xsl" -mod $(MODULE) -lang {$(subst,$/, $(subst,text$/, $(subst,$(MODULE)$/, $(subst,$(MISC), $(@:d:d:d)))))} > $(@:d:d)$/$(@:b).dphh_ + $(WRAPCMD) java -cp $(my_cp) com.sun.star.help.HelpCompiler -c $< -o $@ -src "$(PRJ)$/source" -sty "$(PRJ)$/source$/auxiliary$/embed.xsl" -idx "$(PRJ)$/source$/auxiliary$/index.xsl" -mod $(MODULE) -lang {$(subst,$/, $(subst,text$/, $(subst,$(MODULE)$/, $(subst,$(MISC), $(@:d:d:d)))))} > $(@:d:d)$/$(@:b).dphh_ $(MISC)$/%.dphh : $(MISC)$/%.dphh_ @+$(RENAME) {$@}_ $@ |