DORMANTno replies

[PATCH] Documentation: Strip texinfo anchors to avoid duplicates

From: Martin von Gagern <hidden>
Date: 2016-06-15 22:56:37
Subsystem: documentation, the rest · Maintainers: Jonathan Corbet, Linus Torvalds

This keeps texinfo 5.x happy. See https://bugs.gentoo.org/464210.

Signed-off-by: Martin von Gagern <redacted>
---
 Documentation/cat-texi.perl | 1 +
 1 file changed, 1 insertion(+)
diff --git a/Documentation/cat-texi.perl b/Documentation/cat-texi.perl
index dbc133c..b52660d 100755
--- a/Documentation/cat-texi.perl
+++ b/Documentation/cat-texi.perl
@@ -12,6 +12,7 @@ while (<STDIN>) {
 		push @menu, $1;
 	}
 	s/\(\@pxref{\[(URLS|REMOTES)\]}\)//;
+	s/\@anchor\{[^{}]*\}//g;
 	print TMP;
 }
 close TMP;
-- 
1.8.1.5
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help