Re: man-pages-6.10 released
From: Deri
Date: Thu Jan 23 2025 - 18:09:38 EST
On Wednesday, 22 January 2025 22:26:48 GMT Alejandro Colomar wrote:
> Gidday!
>
> I'm proud to announce:
>
> man-pages-6.10 - manual pages for GNU/Linux
Hi Alex,
I have noticed in recent releases using a newer version of groff, the overview
panel was getting double entries. Here's a patch to fix it.
================================================================================
diff --git a/share/mk/build/pdf/book/prepare.pl b/share/mk/build/pdf/book/
prepare.pl
index ef8c17b18..4620072ca 100755
--- a/share/mk/build/pdf/book/prepare.pl
+++ b/share/mk/build/pdf/book/prepare.pl
@@ -184,7 +184,7 @@ sub BuildPage
# Add a level two bookmark. We don't set it in
the TH macro since the name passed
# may be different from the filename, i.e.
file = unimplemented.2, TH = UNIMPLEMENTED 2
- print ".pdfbookmark -T $bkmark 2 $nm($sec)\n";
+ print ".pdfhref M -N $bkmark\n";
next;
}
================================================================================
Cheers
Deri