diff --git a/ab6d276f6fcb b/ab6d276f6fcb new file mode 100644 index 0000000..df6f60c --- /dev/null +++ b/ab6d276f6fcb @@ -0,0 +1,43 @@ + +# 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 --git a/doc/interpreter/mk-qthelp.pl b/doc/interpreter/mk-qthelp.pl +--- a/doc/interpreter/mk-qthelp.pl ++++ b/doc/interpreter/mk-qthelp.pl +@@ -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>) !~ /^