From 3c3b03ec397a535057b45c094facae280f7fd686 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sat, 25 Feb 2012 23:57:27 +0100 Subject: updated --- doc/scripts/cleanup-autogen.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/scripts') diff --git a/doc/scripts/cleanup-autogen.pl b/doc/scripts/cleanup-autogen.pl index d7921950b4..fdc9ecd677 100755 --- a/doc/scripts/cleanup-autogen.pl +++ b/doc/scripts/cleanup-autogen.pl @@ -26,10 +26,11 @@ my $menu = 0; my $i = 0; while ($line = <>) { - if ($line =~ /\@node/) { + if ($line =~ /\@node (.*)/) { if ($init == 0) { $init = 1; } else { + print "\@anchor\{$1\}\n"; next; } } -- cgit v1.2.1