summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/makefile.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2010-11-30 15:24:30 +0200
committerTor Lillqvist <tml@hemulen.(none)>2010-11-30 15:27:32 +0200
commit32ad3432179b173bffe19fe563122eaee5beb1a8 (patch)
treef188498cbc87521878ff2477fd267031acbec97b /sdext/source/presenter/makefile.mk
parent33831771868b56b5a82c7f707f04cb9912b43de8 (diff)
Stopgap help for the CPU-bound long hang in bug fdo#31716
As the hang seems to be causes by the code messing around in extension help file directories, of which there are lots in a multi-lingual build, just build en-US help for the Presenter Console (a.k.a. presenter-screen) extension for now. Why such a change is needed both here and in solenv/inc/extension_helplink.mk (see commit 4e40f4ea586f240f38aa6856eda64619f505294a in the "bootstrap" repo) I don't know, but that's how it seemed in my testing.
Diffstat (limited to 'sdext/source/presenter/makefile.mk')
-rw-r--r--[-rwxr-xr-x]sdext/source/presenter/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/makefile.mk b/sdext/source/presenter/makefile.mk
index 818ecd1014c8..bb8a9740958e 100755..100644
--- a/sdext/source/presenter/makefile.mk
+++ b/sdext/source/presenter/makefile.mk
@@ -252,7 +252,7 @@ PLATFORMID:=$(RTL_OS:l)_$(RTL_ARCH:l)
COMPONENT_HELP= \
$(ZIP1DIR)$/help/component.txt \
- $(foreach,l,$(alllangiso) $(ZIP1DIR)$/help$/$l$/com.sun.PresenterScreen-$(PLATFORMID)$/presenter.xhp)
+ $(ZIP1DIR)$/help$/en-US$/com.sun.PresenterScreen-$(PLATFORMID)$/presenter.xhp
ZIP1DEPS= \
$(DESCRIPTION) \