diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-03-13 14:11:17 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-03-13 14:33:55 +0100 |
commit | 14574684dd8ccc04db94b10b331765ca5aa1d781 (patch) | |
tree | f7e0c49df4577eba8f05c18f6c469eecdb7a660b /odk | |
parent | b7d514f78b6588e49166694ce18626a98c4d5270 (diff) |
gbuild: stop using $(OUTDIR)/idl
Instead, include directly from $(SRCDIR)
Change-Id: I09df3da82eead897eb194ae55d1a092452f3cdb9
Diffstat (limited to 'odk')
-rw-r--r-- | odk/CustomTarget_autodoc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/CustomTarget_autodoc.mk b/odk/CustomTarget_autodoc.mk index 847ed9a67f5a..594f10689e07 100644 --- a/odk/CustomTarget_autodoc.mk +++ b/odk/CustomTarget_autodoc.mk @@ -19,7 +19,7 @@ $(odk_WORKDIR)/docs/common/ref/module-ix.html: $(SRCDIR)/odk/pack/copying/idl_ch $(call gb_Helper_execute,autodoc) -html $(dir $@) \ -dvgroot "http://wiki.services.openoffice.org/wiki" \ -name "LibreOffice $(PRODUCTVERSION) API" \ - -lg idl -dvgfile $< -t $(OUTDIR)/idl + -lg idl -dvgfile $< -t $(SRCDIR)/udkapi $(SRCDIR)/offapi # vim: set noet sw=4 ts=4: |