# HG changeset patch # User Rik # Date 1668451079 28800 # Node ID ab6d276f6fcb90631131eeb6668efd4f54a36204 # Parent 662499ba0d21173006f99fc3b14b9a76a0e8670a build: Enable building of Qt documentation with Texinfo >= 7.0 (bug #62648). * doc/interpreter/mk-qthelp.pl: Update regular expressions that find the start of data in index.html and Function-index.html to include additional pattern generated by Texinfo 7.0. diff -r 662499ba0d21 -r ab6d276f6fcb doc/interpreter/mk-qthelp.pl --- a/doc/interpreter/mk-qthelp.pl Tue Nov 15 12:59:56 2022 +0100 +++ b/doc/interpreter/mk-qthelp.pl Mon Nov 14 10:37:59 2022 -0800 @@ -26,8 +26,11 @@ open (my $HTML, "<", $htmlfname) or die "Unable to open $htmlfname"; # Skip through preamble of file to find start of list -while (($_ = <$HTML>) !~ /^
/ ) {;} -while (($_ = <$HTML>) !~ /^