Skip to content

Commit

Permalink
Documentation: Strip texinfo anchors to avoid duplicates
Browse files Browse the repository at this point in the history
This keeps texinfo 5.x happy. See https://bugs.gentoo.org/464210.

Signed-off-by: Martin von Gagern <Martin.vGagern@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Martin von Gagern authored and Junio C Hamano committed Apr 3, 2013
1 parent 072dda6 commit cbfd124
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 cbfd124

Please sign in to comment.