[Git][NTPsec/ntpsec][master] Address GitLab issue #81: includes in manual pages not processed

Eric S. Raymond gitlab at mg.gitlab.com
Mon Jun 13 11:58:34 UTC 2016


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
abf3ce17 by Eric S. Raymond at 2016-06-13T07:56:13-04:00
Address GitLab issue #81: includes in manual pages not processed

Was: "ntp.conf man page does not mention burst, iburst, server, peer or pool."

- - - - -


1 changed file:

- pylib/waf.py


Changes:

=====================================
pylib/waf.py
=====================================
--- a/pylib/waf.py
+++ b/pylib/waf.py
@@ -51,7 +51,7 @@ def ntp_version(self):
 
 
 def manpage_subst_fun(task, text):
-	return text.replace("include::../docs/", "include::../../docs/")
+	return text.replace("include::../docs/", "include::../../../docs/")
 
 @conf
 def manpage(ctx, section, source):



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/abf3ce17fc15cd4d4c2d4e4cf7d0c7090ceb63b5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160613/5f63d1a1/attachment.html>


More information about the vc mailing list