diff options
author | Rüdiger Timm <rt@openoffice.org> | 2009-02-25 11:50:47 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2009-02-25 11:50:47 +0000 |
commit | e7100e8d47bcb8146f97f2e046dc7baca873d8fe (patch) | |
tree | 9932692e2be188f69adc0fdae6ba389893d6f5ce /helpcontent2 | |
parent | 37938f81c8873d239afbc5cb78b566cf537951f7 (diff) |
#i99610# Add AUGMENT_LIBRARY_PATH because LD_LIBRARY_PATH does not get set any more in environment (patch by sb).
Diffstat (limited to 'helpcontent2')
-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 c70f5a8e05..0f291d2c3f 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)"!="" - @$(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) $(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) $@ .ELSE # "$(WITH_LANG)"!="" .IF "$(USE_SHELL)"=="4nt" # it's getting real ugly... |