From 62b295f1de458f594c4565f44aeec70b1a75126e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 26 Jun 2004 15:43:54 +0000 Subject: Fix Makefile (docs should build succesfully again now) (This used to be commit 8f8e6d221c0637c66b20468560f49fc6258156f5) --- docs/xslt/yodl.xsl | 38 ++++++++++++++++++++++---------------- 1 file changed, 22 insertions(+), 16 deletions(-) (limited to 'docs/xslt') diff --git a/docs/xslt/yodl.xsl b/docs/xslt/yodl.xsl index 9752858bce..bac86c826c 100644 --- a/docs/xslt/yodl.xsl +++ b/docs/xslt/yodl.xsl @@ -11,7 +11,7 @@ xmlns:exsl="http://exslt.org/common" version="1.1"> - + @@ -91,11 +91,7 @@ paragraph( ) - - - - - + @@ -112,7 +108,13 @@ - + + " + + " + + + code( ) @@ -139,10 +141,10 @@ - manpagesynopsis() + manpagesynopsis() - + manpagedescription() @@ -171,11 +173,7 @@ ) - - - - - + @@ -206,14 +204,22 @@ startdit() dit( - + + + ) - + enddit() + + label( + + ) + + footnote( -- cgit