From: Deri Date: Thu, 23 Jan 2025 23:55:45 +0000 (+0100) Subject: share/mk/build/pdf/book/prepare.pl: Fix duplicate overview-panel entries X-Git-Tag: man-pages-6.11~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c5736d619b0fba70429ba211e244da9fb11b2b1;p=thirdparty%2Fman-pages.git share/mk/build/pdf/book/prepare.pl: Fix duplicate overview-panel entries Signed-off-by: Alejandro Colomar --- 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; }