summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2012-10-14 05:34:33 +0200
committerZolnai Tamás <zolnaitamas2000@gmail.com>2012-10-14 17:10:56 +0200
commit5d2f601e391a9acda692f6a3f7f22c676c1379f8 (patch)
tree098f171e51676e4c17b0429d00824e82b4c9d75a /sdext
parente5ce011c3f32f53ef073aec5485450b2588b656a (diff)
Correct helpfile localization in sdext
gb_Extension_add_helpfile second parameter is the path prefix of en-US source file so it must be in sourcedir and not in CustomTarget. Change-Id: Icfb4caab7f9e250b377ef3049a8030ab66454f9d
Diffstat (limited to 'sdext')
-rw-r--r--sdext/Extension_presenter.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/Extension_presenter.mk b/sdext/Extension_presenter.mk
index bdd584f0cc12..24a6add71a65 100644
--- a/sdext/Extension_presenter.mk
+++ b/sdext/Extension_presenter.mk
@@ -137,7 +137,7 @@ $(eval $(call gb_Extension_add_files,presenter-screen,registry/data/org/openoffi
$(call gb_XcuDataTarget_get_target,sdext/source/presenter/registry/data/org/openoffice/Office/ProtocolHandler.xcu) \
))
-$(eval $(call gb_Extension_add_helpfile,presenter-screen,$(WORKDIR)/CustomTarget/sdext/source/presenter/help/en-US,com.sun.PresenterScreen-$(PLATFORMID)/presenter.xhp,com.sun.PresenterScreen/presenter.xhp))
+$(eval $(call gb_Extension_add_helpfile,presenter-screen,$(SRCDIR)/sdext/source/presenter/help/en-US,com.sun.PresenterScreen-$(PLATFORMID)/presenter.xhp,com.sun.PresenterScreen/presenter.xhp))
$(eval $(call gb_Extension_add_helptreefile,presenter-screen,$(SRCDIR)/sdext/source/presenter/help/en-US,/help.tree,com.sun.PresenterScreen/help.tree,com.sun.PresenterScreen-$(PLATFORMID)))