done
cd "$SKELBINS"/$ARCH/$NAME-$hsh/share/texinfo/Texinfo/Convert
patch <"$BASS_ROOT"/build/skel/textproc/texinfo-bordered-table.patch >&2
+cd ..
+patch <"$BASS_ROOT"/build/skel/textproc/texinfo-no-ref-in-item-warn.patch >&2
cd "$SKELBINS"/$ARCH
rm -f $NAME-$hsh/share/info/dir
--- /dev/null
+--- ParserNonXS.pm.orig 2024-07-18 02:53:41.582404000 +0300
++++ ParserNonXS.pm 2024-07-25 11:36:22.958731000 +0300
+@@ -499,7 +499,7 @@
+
+ my %in_basic_inline_commands = %in_full_text_commands;
+ foreach my $not_in_basic_inline_commands
+- ('xref', 'ref', 'pxref', 'inforef',
++ ('xref', 'pxref', 'inforef',
+ 'titlefont', 'anchor', 'footnote', 'verb') {
+ delete $in_basic_inline_commands{$not_in_basic_inline_commands};
+ }