diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-01-25 14:23:41 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-01-25 14:23:41 +0000 |
commit | e5659e132b857ec9006ae91a35bc96820803d437 (patch) | |
tree | 20d7055e8033fe865028e72f81e5e928bf1f9ac6 /helpcontent2/makefile.pmk | |
parent | d4a61130f5c9e69f4a71aa7b656a3c4032ea7522 (diff) |
INTEGRATION: CWS gcj1 (1.4.8); FILE MERGED
2005/01/06 22:01:49 cmc 1.4.8.2: RESYNC: (1.4-1.5); FILE MERGED
2005/01/06 11:28:43 cmc 1.4.8.1: #i38188# wrap javai
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 15965f4e70..45bc8f4abf 100755 --- a/helpcontent2/makefile.pmk +++ b/helpcontent2/makefile.pmk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: kz $ $Date: 2005-01-14 08:54:27 $ +# last change: $Author: obo $ $Date: 2005-01-25 15:23:41 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -86,7 +86,7 @@ HELPTRANSPHONY:=TRUE $(MISC)$/$(TARGET)_dir.done : $(HLANGZIPFILES:s/.hzip/.xhp/) $(HLANGZIPFILES) @+-$(MKDIR) -p $(@:d) - $(WRAPCMD) java -cp $(my_cp) com.sun.star.help.HelpCompiler -pprefix $(MISC) -ppostfix $(SHELL_PACKAGE) -src "$(PRJ)$/source" -sty "$(PRJ)$/source$/auxiliary$/embed.xsl" -idx "$(PRJ)$/source$/auxiliary$/index.xsl" -mod $(MODULE) -lang $(aux_alllangiso:t",") -c $(mktmp $(uniq $(^:f:s/.hzip/.xhp/))) && $(TOUCH) $@ + $(WRAPCMD) $(JAVAI) -cp $(my_cp) com.sun.star.help.HelpCompiler -pprefix $(MISC) -ppostfix $(SHELL_PACKAGE) -src "$(PRJ)$/source" -sty "$(PRJ)$/source$/auxiliary$/embed.xsl" -idx "$(PRJ)$/source$/auxiliary$/index.xsl" -mod $(MODULE) -lang $(aux_alllangiso:t",") -c $(mktmp $(uniq $(^:f:s/.hzip/.xhp/))) && $(TOUCH) $@ $(MISC)$/%.dphh : $(MISC)$/%.dphh_ @+$(RENAME) {$@}_ $@ |