summaryrefslogtreecommitdiff
path: root/helpcontent2
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2009-02-25 11:50:47 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2009-02-25 11:50:47 +0000
commite7100e8d47bcb8146f97f2e046dc7baca873d8fe (patch)
tree9932692e2be188f69adc0fdae6ba389893d6f5ce /helpcontent2
parent37938f81c8873d239afbc5cb78b566cf537951f7 (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-xhelpcontent2/makefile.pmk2
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...