diff options
Diffstat (limited to 'odk/CustomTarget_doxygen.mk')
-rw-r--r-- | odk/CustomTarget_doxygen.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/odk/CustomTarget_doxygen.mk b/odk/CustomTarget_doxygen.mk index 7ff46dc130da..0577d1765efe 100644 --- a/odk/CustomTarget_doxygen.mk +++ b/odk/CustomTarget_doxygen.mk @@ -60,8 +60,11 @@ $(eval $(call gb_CustomTarget_register_targets,odk/docs,\ )) odk_idl_PREFIX := $(SRCDIR)/udkapi/ $(SRCDIR)/offapi/ +# note: generated_idl_chapter_refs.idl must be the _last_ input file! +# otherwise spurious references to it will appear in the output odk_idl_DOXY_INPUT := $(SRCDIR)/odk/pack/gendocu/idl/main.dox \ $(addsuffix com,$(odk_idl_PREFIX)) \ + $(SRCDIR)/odk/pack/gendocu/idl/generated_idl_chapter_refs.idl odk_idl_DOXY_WORKDIR := $(call gb_CustomTarget_get_workdir,odk/docs/idl)/ref # don't depend on the IDL files directly but instead on the udkapi/offapi |