diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-07 13:13:44 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-07 15:35:49 -0500 |
commit | 2cc8d9731aff3e401bc6a5a243f20fec123d48e6 (patch) | |
tree | 66bf5844c2290a96c766c6574876ebeee0f19e7b | |
parent | e91fb201c7114f971b645c1f862e0ba890093704 (diff) |
man/*.html: link to directives, python, guvev, libudev in headers
Since the HTML files are in different directories during build
and on fd.o, links are broken in the build directory. This could
be fixed by moving stuff around, or by modifying the files during
upload, but I think that people do not usually create HTML files
for local browsing, and this is not necessary.
-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> |