[Git][NTPsec/ntpsec][master] Reverting --path-doc -> --htmldir name change until we can fix the site grinder.
Eric S. Raymond
gitlab at mg.gitlab.com
Tue Oct 25 17:45:27 UTC 2016
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
b9e802fb by Eric S. Raymond at 2016-10-25T13:43:18-04:00
Reverting --path-doc -> --htmldir name change until we can fix the site grinder.
- - - - -
2 changed files:
- ntpq/pyntpq
- wafhelpers/options.py
Changes:
=====================================
ntpq/pyntpq
=====================================
--- a/ntpq/pyntpq
+++ b/ntpq/pyntpq
@@ -582,7 +582,7 @@ usage: help [ command ]
if self.old_rv:
quiet = False;
else:
- quiet = (varlist is not None)
+ quiet = not (not varlist) # nonempty?
try:
variables = self.session.readvar(associd, varlist, op)
=====================================
wafhelpers/options.py
=====================================
--- a/wafhelpers/options.py
+++ b/wafhelpers/options.py
@@ -54,7 +54,7 @@ def options_cmd(ctx, config):
grp.add_option('--enable-doc-only', action='store_true', default=False, help="Only build NTP documentation")
grp.add_option('--enable-a2x-xmllint', action='store_true', default=False, help="Build NTP documentation with a2x XML lint")
grp.add_option('--disable-manpage', action='store_true', default=False, help="Disable Manpage building.")
- grp.add_option('--htmldir', type='string', action='store', default=None, help="Force HTML installation directory.")
+ grp.add_option('--path-doc', type='string', action='store', default=None, help="Force HTML installation directory.")
grp.add_option('--mandir', type='string', action='store', default=None, help="Force man page installation directory.")
grp = ctx.add_option_group("Not for general use")
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/b9e802fba7b3bc9d212d3e9d9838a0196289b442
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20161025/1882822e/attachment.html>
More information about the vc
mailing list