diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2010-11-30 15:24:30 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@hemulen.(none)> | 2010-11-30 15:27:32 +0200 |
commit | e0913f3c3740453ea1570896d20140b92663ce3f (patch) | |
tree | e9a0fe5de25fda894b27f19a4093ff1eacffd5e7 | |
parent | a810a1b8b27d4631f1119f0dd561b18e68b18e39 (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.
-rw-r--r--[-rwxr-xr-x] | sdext/source/presenter/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/makefile.mk b/sdext/source/presenter/makefile.mk index 818ecd1..bb8a974 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) \ |