diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-03-05 09:55:45 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2013-03-06 12:39:26 +0100 |
commit | 9e1806b81f5e404320002c66d8dead3af1e0e5ba (patch) | |
tree | 7ddc986792558bbc82cf3bdf7130aaad0ad57dc9 | |
parent | be46157bb2436798cba163983f98107faa1553b8 (diff) |
odk: use proper gbuild functions; helps cross-compilation
Change-Id: I7529c4a3ad52cddcab0198e9fd4f2d7b42584dec
-rw-r--r-- | odk/CustomTarget_autodoc.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/CustomTarget_autodoc.mk b/odk/CustomTarget_autodoc.mk index 951183ac0666..847ed9a67f5a 100644 --- a/odk/CustomTarget_autodoc.mk +++ b/odk/CustomTarget_autodoc.mk @@ -14,9 +14,9 @@ odkcommon_ZIPLIST += docs/common/ref $(eval $(call gb_CustomTarget_register_target,odk/odkcommon/docs/common/ref,module-ix.html)) $(odk_WORKDIR)/docs/common/ref/module-ix.html: $(SRCDIR)/odk/pack/copying/idl_chapter_refs.txt \ $(SRCDIR)/odk/docs/common/ref/idl.css $(call gb_UnoApi_get_target,offapi) \ - $(call gb_Executable_get_target,autodoc) + $(call gb_Executable_get_runtime_dependencies,autodoc) $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),AUD,1) - $(call gb_Executable_get_target,autodoc) -html $(dir $@) \ + $(call gb_Helper_execute,autodoc) -html $(dir $@) \ -dvgroot "http://wiki.services.openoffice.org/wiki" \ -name "LibreOffice $(PRODUCTVERSION) API" \ -lg idl -dvgfile $< -t $(OUTDIR)/idl |