The texinfo CI now fails like this, whereas 8 hours ago it succeeded:
make[3]: Entering directory '/home/runner/work/ci-check/ci-check/texinfo/doc'
Updating ./version.texi
srcdir="."; export srcdir; /usr/bin/perl ./generate_html_doc_texi.pl
./html_default_commands_args.texi
restore=: && backupdir=".am$$" && \
rm -rf $backupdir && mkdir $backupdir && \
if (TEXINFO_DEV_SOURCE=1 t2a_srcdir="../tta" t2a_builddir="../tta"
/usr/bin/perl ../tta/perl/texi2any --version) >/dev/null 2>&1; then \
for f in texinfo.info texinfo.info-[0-9] texinfo.info-[0-9][0-9]
texinfo.i[0-9] texinfo.i[0-9][0-9]; do \
if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
else :; fi && \
if TEXINFO_DEV_SOURCE=1 t2a_srcdir="../tta" t2a_builddir="../tta" /usr/bin/perl
../tta/perl/texi2any -c INFO_SPECIAL_CHARS_WARNING=0 -I . \
-o texinfo.info `test -f 'texinfo.texi' || echo './'`texinfo.texi; \
then \
rc=0; \
else \
rc=$?; \
$restore $backupdir/* `echo "./texinfo.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
texinfo.texi:20798: @xref reference to nonexistent node `TItlepage & Copyright
Page'
make[3]: *** [Makefile:2008: texinfo.info] Error 1
It looks like a typo in commit df24482d1686a30561f410be802d798504633f21.
Bruno