[systemd-devel] [what-do-you-think? PATCH] man/*.html: link to directives and python in header

Zbigniew Jędrzejewski-Szmek zbyszek at in.waw.pl
Thu Mar 7 10:25:38 PST 2013


---
Results look like http://keszybz.github.com/systemd/.

 man/custom-html.xsl | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/man/custom-html.xsl b/man/custom-html.xsl
index 906ddc5..a38c18d 100644
--- a/man/custom-html.xsl
+++ b/man/custom-html.xsl
@@ -40,6 +40,18 @@
       <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>
   <hr/>
 </xsl:template>
-- 
1.8.1.4



More information about the systemd-devel mailing list