diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-12-14 18:34:52 +0100 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-12-14 18:34:52 +0100 |
commit | 27e94542c12705a105dccd30d9fe8d6ae95fd8dc (patch) | |
tree | 711755160d10c5a123e7fb28c5f0de8f74aa4108 /sdext | |
parent | 3f85da7f82db07e257d2f0aa1dc28a2642615e39 (diff) |
Revert "Stopgap help for the CPU-bound long hang in bug fdo#31716"
We the proper fix now.
This reverts commit e0913f3c3740453ea1570896d20140b92663ce3f.
Diffstat (limited to 'sdext')
-rwxr-xr-x[-rw-r--r--] | 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 f20fa5b15c50..696d0e5e764f 100644..100755 --- 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 \ - $(ZIP1DIR)$/help$/en-US$/com.sun.PresenterScreen-$(PLATFORMID)$/presenter.xhp + $(foreach,l,$(alllangiso) $(ZIP1DIR)$/help$/$l$/com.sun.PresenterScreen-$(PLATFORMID)$/presenter.xhp) ZIP1DEPS= \ $(DESCRIPTION) \ |