File: manpage-base-url.xsl

package info (click to toggle)
git-filter-repo 2.47.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,280 kB
  • sloc: sh: 4,887; python: 4,856; makefile: 114
file content (9 lines) | stat: -rw-r--r-- 332 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
<!-- 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">file:///usr/share/doc/git-doc/</xsl:param>

</xsl:stylesheet>