mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
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:
parent
e91fb201c7
commit
2cc8d9731a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user