Documentation / manpage-base-url.xsl.inon commit Merge branch 'pw/clean-sequencer-state-upon-final-commit' (b51a0fd)
   1<!-- manpage-base-url.xsl:
   2     special settings for manpages rendered from newer docbook -->
   3<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   4                version="1.0">
   5
   6<!-- set a base URL for relative links -->
   7<xsl:param name="man.base.url.for.relative.links"
   8        >@@MAN_BASE_URL@@</xsl:param>
   9
  10</xsl:stylesheet>