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.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2013-03-07 13:13:44 -05:00
parent e91fb201c7
commit 2cc8d9731a

View file

@ -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>