ports/devel/ti-msp430gcc/patches/patch-sources_tools_etc_texi2pod_pl

12 lines
424 B
Text

Index: sources/tools/etc/texi2pod.pl
--- sources/tools/etc/texi2pod.pl.orig
+++ sources/tools/etc/texi2pod.pl
@@ -311,7 +311,7 @@ while(<$inf>) {
@columns = ();
for $column (split (/\s*\@tab\s*/, $1)) {
# @strong{...} is used a @headitem work-alike
- $column =~ s/^\@strong{(.*)}$/$1/;
+ $column =~ s/^\@strong\{(.*)\}$/$1/;
push @columns, $column;
}
$_ = "\n=item ".join (" : ", @columns)."\n";