From d29809948cc6c0c9f005ce992759a046227b8b32 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Fri, 29 Jun 2007 09:15:38 +0000 Subject: [PATCH] Took the test that the manpages stylesheet does to see if there are any Refentry chilren in current doc, and made it namespace-agnostic. Reason for that is because the test otherwise won't work when it is copied over into the generated profile-docbook.xsl stylesheet. --- xsl/manpages/docbook.xsl | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/xsl/manpages/docbook.xsl b/xsl/manpages/docbook.xsl index 5b97ebb5b..2e8292ab5 100644 --- a/xsl/manpages/docbook.xsl +++ b/xsl/manpages/docbook.xsl @@ -81,9 +81,15 @@ - + - + + + + + + + -- 2.50.1