diff --git a/.gitignore b/.gitignore index 050dcab..e6b1c37 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ octave-3.2.4.tar.bz2 /octave-7.2.0.tar.lz /octave-7.3.0.tar.lz /octave-7.3.0-docs.tar.xz +/octave-8.1.0.tar.lz diff --git a/ab6d276f6fcb b/ab6d276f6fcb deleted file mode 100644 index df6f60c..0000000 --- a/ab6d276f6fcb +++ /dev/null @@ -1,43 +0,0 @@ - -# 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>) !~ /^