Welcome to mirror list, hosted at ThFree Co, Russian Federation.

manpage-base-url.xsl.in « Documentation - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e800904df33284e8acfd53ff658634d1e62304a8 (plain)
1
2
3
4
5
6
7
8
9
10
<!-- manpage-base-url.xsl:
     special settings for manpages rendered from newer docbook -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
		version="1.0">

<!-- set a base URL for relative links -->
<xsl:param name="man.base.url.for.relative.links"
	>@@MAN_BASE_URL@@</xsl:param>

</xsl:stylesheet>