gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ✘asciidoc vs asciidoctor, issue #118


From: Gary E. Miller
Subject: Re: ✘asciidoc vs asciidoctor, issue #118
Date: Mon, 1 Feb 2021 14:09:55 -0800

Yo All!

I just pushed the fix for #118.

The manbuild option to scons is no longer a boolean.  Instead it is
No/Auto/Yes.

This only changes one corner case.

Old: manbuild=false
New: manbuild=false

    No change, do not build man pages and html.

Old: manbuild not specified
New: manbuild not specified or manbuild=auto

    No change, build manpages if AsciiDoctor found.  Else warning.

Old: manbuild=true
New: manbuild=true

    Changed behavior. Build manpages if AsciiDoctor found. Else failure.

So the change is that if a suser asks for man apges, and they can not
be built, that is now an error.  This is useful for packagers that want
documentation built and do not want to read the log to see if that
happened.

The option value is case independent, and flexible:
    No can be:  n, no, f, false, off and 0.
    Auto can be:  auto
    Yes can be: y, yes, t, true, on and 1;

Most users should not notice any changes.  The users that will notcie
are the ones that have been building doc, and missed the change to
AsciiDoctor.

RGDS
GARY
---------------------------------------------------------------------------
Gary E. Miller Rellim 109 NW Wilmington Ave., Suite E, Bend, OR 97703
        gem@rellim.com  Tel:+1 541 382 8588

            Veritas liberabit vos. -- Quid est veritas?
    "If you can't measure it, you can't improve it." - Lord Kelvin

Attachment: pgph0AJ9y4Hof.pgp
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]