[bug #68177] Build failure with TeXInfo 7.3
"Dmitri A. Sergatskov" <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.bugs |
|---|---|
| Message-ID | <[email protected]> |
Please use the bug tracker to post updates to a bug report. The mailing list is intended as a read-only notification stream. Info posted to this mailing list address won't appear in the tracker database where it is most useful.
Follow-up Comment #2, bug #68177 (group octave):
Sorry I meant to say:
See rev 477827999f59
diff -r 69268cf587f2 -r 477827999f59 doc/interpreter/mk-qthelp.pl
--- a/doc/interpreter/mk-qthelp.pl Sun Mar 08 20:17:31 2026 +0100
+++ b/doc/interpreter/mk-qthelp.pl Sun Mar 08 16:08:04 2026 -0400
@@ -72,7 +72,12 @@
# Skip through preamble of file to find start of list
while (defined ($_ = <$HTML>)
- and ! /^<table class="(?:index-fn|fn-entries)/ ) {;}
+ and ! /<table\b[^>]*\bclass="[^"]*\b
+ (?:
+ index-fn |
+ fn-entries |
+ fn-entries-printindex
+ )\b/x ) {;}
die "Function-Index.html: reached EOF without finding data start pattern"
if eof ($HTML);
Dmitri.
--
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?68177>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
(application/pgp-signature, 228 B)
-----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQQk97aszIMMAvLLwm6qLAuaBUf3TgUCacPd2AAKCRCqLAuaBUf3 TgKcAQDTcospnleSVZp0tTU1Gjzerbzw+giycTl1TM+LctLWjQD/eEEgIkFxFD5Q 48O1OZOGY+3+9WOBovj/3RlCaiMt2AU= =vWkg -----END PGP SIGNATURE-----