From: Nikos Mavrogiannopoulos Date: Sat, 25 Feb 2012 22:57:27 +0000 (+0100) Subject: updated X-Git-Tag: gnutls_3_0_15~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c3b03ec397a535057b45c094facae280f7fd686;p=thirdparty%2Fgnutls.git updated --- 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; } }