Skip to content

Commit

Permalink
Merge branch 'mg/texinfo-5' into maint
Browse files Browse the repository at this point in the history
* mg/texinfo-5:
  Documentation: Strip texinfo anchors to avoid duplicates
  • Loading branch information
Junio C Hamano committed Apr 12, 2013
2 parents 15af30e + cbfd124 commit 97ff97d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/cat-texi.perl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
push @menu, $1;
}
s/\(\@pxref{\[(URLS|REMOTES)\]}\)//;
s/\@anchor\{[^{}]*\}//g;
print TMP;
}
close TMP;
Expand Down

0 comments on commit 97ff97d

Please sign in to comment.