On Thu, Apr 09, 2015 at 07:56:21PM +0200, Matthias Klose wrote:
> src/Makefile.am:
>
> docs/xapian.rb: generate-rdoc-stubs xapian.rb
> ../../xapian-core/docs/apidoc/xml/index.xml
> $(PERL) $(srcdir)/generate-rdoc-stubs
>
> the generate-rdoc-stubs doesn't exist.
Upstream now ship this script (since 1.2.21), but the XML file it works
from is generated in the xapian-core tree using doxygen. Just bundling
that XML file doesn't help, as that's also a generated file.
I think the simplest way to actually address this would be to put the
whole xapian-core source tarball in the xapian-bindings package, which
is conceptually simple, but hooking it all up seems likely to end up
being a yak-shaving exercise.
Upstream's upcoming 1.4.x release series straightens this out properly,
and the XML file is build in the xapian-bindings build system, so my
current plan is to get that in stretch, and that will solve this bug.
Cheers,
Olly