The man.base.url.for.relative.links setting is used when generating the NOTES sections of various man pages. If unset, the output looks like this: 1. Everyday Git [set $man.base.url.for.relative.links]/everyday.html Reported-by: Michal Schmidt (Fedora bug #543481) Signed-off-by: Todd Zullinger <tmz@xxxxxxxxx> --- This was reported to the Fedora bugzilla. I checked and it's been broken in the Fedora builds for quite a while. In origin/man, the first time it appeared was 3ae5cb60 (Autogenerated manpages for v1.6.5.1-75-g02d56), which looks to be around the time that kernel.org switched from F9 to F11. I don't know the doc toolchain well enough to know how best to fix this without breaking anything. It would be ideal if the base URL used was substituted and controllable via make variables. That would allow packagers to make it point to the on-disk documentation and make git's documentation even easier to use when disconnected. Any help or suggestions to refine this and test it on various docbook versions would be most welcome. Documentation/manpage-base.xsl | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Documentation/manpage-base.xsl b/Documentation/manpage-base.xsl index a264fa6..50ce029 100644 --- a/Documentation/manpage-base.xsl +++ b/Documentation/manpage-base.xsl @@ -7,6 +7,10 @@ <xsl:param name="man.output.quietly" select="1"/> <xsl:param name="refentry.meta.get.quietly" select="1"/> +<!-- set a base URL for relative links --> +<xsl:param name="man.base.url.for.relative.links" + >http://www.kernel.org/pub/software/scm/git/docs/</xsl:param> + <!-- convert asciidoc callouts to man page format; git.docbook.backslash and git.docbook.dot params must be supplied by another XSL file or other means --> -- 1.6.6.rc0 -- Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Just because everything is different doesn't mean anything has changed. -- Irene Peter -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html