diff options
-rw-r--r-- | man/custom-html.xsl | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/man/custom-html.xsl b/man/custom-html.xsl index 906ddc5572..c612baf4d8 100644 --- a/man/custom-html.xsl +++ b/man/custom-html.xsl @@ -40,6 +40,30 @@ <xsl:text>index.html</xsl:text> </xsl:attribute> <xsl:text>Index </xsl:text> + </a>· + <a> + <xsl:attribute name="href"> + <xsl:text>systemd.directives.html</xsl:text> + </xsl:attribute> + <xsl:text>Directives </xsl:text> + </a>· + <a> + <xsl:attribute name="href"> + <xsl:text>../python-systemd/index.html</xsl:text> + </xsl:attribute> + <xsl:text>Python </xsl:text> + </a>· + <a> + <xsl:attribute name="href"> + <xsl:text>../libudev/index.html</xsl:text> + </xsl:attribute> + <xsl:text>libudev </xsl:text> + </a>· + <a> + <xsl:attribute name="href"> + <xsl:text>../libudev/index.html</xsl:text> + </xsl:attribute> + <xsl:text>gudev </xsl:text> </a> <hr/> </xsl:template> |