From 2cc8d9731aff3e401bc6a5a243f20fec123d48e6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 7 Mar 2013 13:13:44 -0500 Subject: [PATCH] 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. --- man/custom-html.xsl | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/man/custom-html.xsl b/man/custom-html.xsl index 906ddc557..c612baf4d 100644 --- a/man/custom-html.xsl +++ b/man/custom-html.xsl @@ -40,6 +40,30 @@ index.html Index + · + + + systemd.directives.html + + Directives + · + + + ../python-systemd/index.html + + Python + · + + + ../libudev/index.html + + libudev + · + + + ../libudev/index.html + + gudev
-- 2.30.2