]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
share/mk/build/pdf/book/prepare.pl: Fix duplicate overview-panel entries
authorDeri <deri@chuzzlewit.myzen.co.uk>
Thu, 23 Jan 2025 23:55:45 +0000 (00:55 +0100)
committerAlejandro Colomar <alx@kernel.org>
Tue, 28 Jan 2025 12:24:26 +0000 (13:24 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
share/mk/build/pdf/book/prepare.pl

index ef8c17b18de4be63f66f7a0a5d05162c9497e5d0..4620072ca55855c7c70c4d14df3562f54b7c0e6f 100755 (executable)
@@ -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;
                        }