From c27ed879385749779f15b3d89087e2548f6828f5 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 19 Jun 2007 11:55:36 +0000 Subject: [PATCH] Fixed problem with lang values not getting added to filenames as expected for all cases. Closes #1674564. Thanks to Daniel Leidert for reporting. --- xsl/manpages/utility.xsl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xsl/manpages/utility.xsl b/xsl/manpages/utility.xsl index d0878f136..8fe7e5d67 100644 --- a/xsl/manpages/utility.xsl +++ b/xsl/manpages/utility.xsl @@ -364,9 +364,10 @@ + and ($man.output.subdirs.enabled = 0 or + $man.output.in.separate.dir = 0)"> - + -- 2.40.0