]> granicus.if.org Git - mutt/commit
Make mutt.texi and mutt.info generation continue on failure.
authorKevin McCarthy <kevin@8t8.us>
Mon, 20 May 2019 19:32:37 +0000 (12:32 -0700)
committerKevin McCarthy <kevin@8t8.us>
Mon, 20 May 2019 19:44:00 +0000 (12:44 -0700)
commit8f739fbeed78f51eddce626fe934255e71b0ff1b
treea7c13ce3300bebd8b8fc074f8623514146c365ee
parentbe42d1a0c86906d178a2ff2683b9536eab30df1a
Make mutt.texi and mutt.info generation continue on failure.

Add warning messages, noting the appropriate packages to install.

Note: mutt.texi won't normally be built unless configure finds one of
the possible expected conversion program names.  Unfortunately, the
canonical name, "docbook2texi", is used by both the docbook2x and
docbook-utils projects.

So on Arch, the canonical name is what we need, while on Debian and
Red Hat/Fedora it isn't.  We search for the alternative names first,
but it's still possible to invoke the wrong program if the needed
package is not installed.
doc/Makefile.am