Skip to content

Commit 97ff97d

Browse files
committed
Merge branch 'mg/texinfo-5' into maint
* mg/texinfo-5: Documentation: Strip texinfo anchors to avoid duplicates
2 parents 15af30e + cbfd124 commit 97ff97d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Documentation/cat-texi.perl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
push @menu, $1;
1313
}
1414
s/\(\@pxref{\[(URLS|REMOTES)\]}\)//;
15+
s/\@anchor\{[^{}]*\}//g;
1516
print TMP;
1617
}
1718
close TMP;

0 commit comments

Comments
 (0)