summaryrefslogtreecommitdiff
path: root/man/custom-html.xsl
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-03-07 13:13:44 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-03-07 15:35:49 -0500
commit2cc8d9731aff3e401bc6a5a243f20fec123d48e6 (patch)
tree66bf5844c2290a96c766c6574876ebeee0f19e7b /man/custom-html.xsl
parente91fb201c7114f971b645c1f862e0ba890093704 (diff)
downloadsystemd-2cc8d9731aff3e401bc6a5a243f20fec123d48e6.tar.gz
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.
Diffstat (limited to 'man/custom-html.xsl')
-rw-r--r--man/custom-html.xsl24
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>