Merge branch 'mg/texinfo-5' into maint
* mg/texinfo-5: Documentation: Strip texinfo anchors to avoid duplicatesmaint
commit
97ff97dc05
|
@ -12,6 +12,7 @@ while (<STDIN>) {
|
|||
push @menu, $1;
|
||||
}
|
||||
s/\(\@pxref{\[(URLS|REMOTES)\]}\)//;
|
||||
s/\@anchor\{[^{}]*\}//g;
|
||||
print TMP;
|
||||
}
|
||||
close TMP;
|
||||
|
|
Loading…
Reference in New Issue