Run pod2html when building from a source tarball
commit6d395d316c4a603bb3f365c4a57ba99e764b2620
authorOlly Betts <olly@survex.com>
Mon, 18 Apr 2016 04:10:30 +0000 (18 16:10 +1200)
committerOlly Betts <olly@survex.com>
Mon, 18 Apr 2016 04:10:30 +0000 (18 16:10 +1200)
tree5d06e9908b477c152bce307df46cf7dcdda68b5a
parent7bfaa5eae2b79a93e9a15d8515d0e2b6041cdc0f
Run pod2html when building from a source tarball

In 1.3.5 we were failing to ship the HTML output, as reported by
Anthony Basile.

The POD to HTML conversion functionality comes as standard with Perl,
so instead of shipping the generated docs, do the conversion when
building from a tarball.

For extra robustness, we now do the conversion using the bundled
Pod::Html module from the Perl interpreter found by configure, rather
than assuming pod2html is on PATH, and the right one (this matters
more now that it's not just people building from git who build these
docs).
xapian-bindings/perl/Makefile.am