diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-01-03 13:40:43 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-01-03 13:40:43 +0000 |
commit | c7fb2d8ab387fac45986f7d86ee71639e5428b6f (patch) | |
tree | ae88f511482b4dbbf33c006849f3f58a85a3a1a5 /helpcontent2/makefile.pmk | |
parent | 5003f9048a7e5adc24f0e12b86de142833d39c77 (diff) |
INTEGRATION: CWS ivo13 (1.9.20); FILE MERGED
2005/12/14 13:46:25 ihi 1.9.20.2: corrected
2005/12/08 19:31:15 ihi 1.9.20.1: #i55661# help2 -> helpcontent2
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 a721ccf5f9..b29e6e9e00 100755 --- a/helpcontent2/makefile.pmk +++ b/helpcontent2/makefile.pmk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: hr $ $Date: 2005-09-28 12:00:35 $ +# last change: $Author: kz $ $Date: 2006-01-03 14:40:43 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -46,7 +46,7 @@ $(COMMONMISC)$/{$(aux_alllangiso)}$/$(SHELL_PACKAGE)$/%.xhp : %.xhp @$(TOUCH) $@ $(foreach,i,$(XHPFILES:b) $(COMMONMISC)$/$(TARGET).$i.done) : $(COMMONMISC)$/{$(aux_alllangiso)}$/$(SHELL_PACKAGE)$/$$(@:b:e:s/.//).xhp - @+$(WRAPCMD) helpex -QQ -p help2 -r $(PRJ) -i $(uniq $(<:f)) -x $(COMMONMISC) -y $(SHELL_PACKAGE)$/$(@:b:e:s/.//).xhp -l all -lf $(aux_alllangiso:t",") -m localize.sdf && $(TOUCH) $@ + @+$(WRAPCMD) helpex -QQ -p helpcontent2 -r $(PRJ) -i $(uniq $(<:f)) -x $(COMMONMISC) -y $(SHELL_PACKAGE)$/$(@:b:e:s/.//).xhp -l all -lf $(aux_alllangiso:t",") -m localize.sdf && $(TOUCH) $@ # urks - dmake mixes up operators and strings :-( .IF "$(HLANGXHPFILES:s/defined/xxx/)"!="" |