From a9a992cbba113c43cde7a5e65fe53f2df6d8c005 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 3 Apr 1998 17:03:05 +0000 Subject: Moved the terminate node since the "cprev" was being overwritten. --- doc/tools/texi2www/texi2www | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/tools') diff --git a/doc/tools/texi2www/texi2www b/doc/tools/texi2www/texi2www index f03949f814..52f545e046 100755 --- a/doc/tools/texi2www/texi2www +++ b/doc/tools/texi2www/texi2www @@ -842,13 +842,13 @@ sub process_node &deduce_node_links() unless ($next || $prev || $up); + &terminate_node(); + $cthis = &canonical($this); $cnext = &canonical($next); $cprev = &canonical($prev); $cup = &canonical($up); - &terminate_node(); - print "... opening $dir$cthis ...\n" if $debug{nodes}; open(HTML,">$dir/$cthis") || die "Couldn't open $dir$cthis -- $!\n"; -- cgit v1.2.3