On Wed, Mar 27, 2019 at 10:54:34PM -0400, Jeff King wrote:
> @@ -112,6 +118,13 @@ construct_makemanflags () {
> elif test "$1" = "-asciidoctor"
> then
> echo USE_ASCIIDOCTOR=YesPlease
> + elif test "$1" = "-asciidoctor2"
> + then
> + echo USE_ASCIIDOCTOR=YesPlease
> + echo ASCIIDOC_DOCBOOK=docbook5
> + echo XMLTO_EXTRA=--skip-validation
> + # not really portable :)
> + echo ASCIIDOCTOR=/tmp/run-asciidoctor-2
> fi
Oops, this last line should be ASCIIDOC=..., of course. Which meant that
I was actually just testing the docbook5 output from v1.5.8. The results
with v2.0.2 seem similar, though.
-Peff