diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2009-03-24 12:17:31 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2009-03-24 12:17:31 +0000 |
commit | 65616672ba8a70c772887045662a12bb985ebb67 (patch) | |
tree | 80472899ca621b8cbe963b943bd6351999b2fdf6 /helpcontent2/makefile.pmk | |
parent | d6cc9422705147d59524b6330d1f19307851fd0b (diff) |
CWS-TOOLING: integrate CWS cygwin03
2009-03-19 13:36:29 +0100 hjs r269742 : #i100180# - fix one remaining problem with zip dependencies
2009-03-18 17:05:51 +0100 kz r269691 : #i100180# improvements for setsolar on cygwin
2009-03-18 16:54:08 +0100 kz r269690 : #i100180# improvements for setsolar on cygwin
2009-03-13 15:29:53 +0100 kz r269486 : #i100180# improvements for setsolar on cygwin
2009-03-13 15:28:56 +0100 kz r269485 : #i100180# improvements for setsolar on cygwin
2009-03-13 15:28:29 +0100 kz r269484 : #i100180# improvements for setsolar on cygwin
Diffstat (limited to 'helpcontent2/makefile.pmk')
-rwxr-xr-x | helpcontent2/makefile.pmk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpcontent2/makefile.pmk b/helpcontent2/makefile.pmk index 0f291d2c3f..ca7843556d 100755 --- a/helpcontent2/makefile.pmk +++ b/helpcontent2/makefile.pmk @@ -44,7 +44,7 @@ $(COMMONMISC)$/{$(aux_alllangiso)}$/$(SHELL_PACKAGE)$/%.xhp :| %.xhp $(COMMONMISC)$/$(TARGET).done : $(HLANGXHPFILES) .IF "$(WITH_LANG)"!="" - @$(AUGMENT_LIBRARY_PATH) $(WRAPCMD) helpex -QQ -p helpcontent2 -r $(PRJ) -i @$(mktmp $(uniq $(foreach,i,$? $(!eq,$(i:f),$(i:f:s/.xhp//) $(i:f) $(XHPFILES))))) -x $(COMMONMISC) -y $(SHELL_PACKAGE) -l all -lf $(aux_alllangiso:t",") -m localize.sdf && $(TOUCH) $@ + @$(AUGMENT_LIBRARY_PATH) helpex -QQ -p helpcontent2 -r $(PRJ) -i @$(mktmp $(uniq $(foreach,i,$? $(!eq,$(i:f),$(i:f:s/.xhp//) $(i:f) $(XHPFILES))))) -x $(COMMONMISC) -y $(SHELL_PACKAGE) -l all -lf $(aux_alllangiso:t",") -m localize.sdf && $(TOUCH) $@ .ELSE # "$(WITH_LANG)"!="" .IF "$(USE_SHELL)"=="4nt" # it's getting real ugly... |