summaryrefslogtreecommitdiffstats
path: root/doc/tools
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-03 17:03:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-03 17:03:05 +0000
commita9a992cbba113c43cde7a5e65fe53f2df6d8c005 (patch)
tree28da544a5160e8890a00f4617ee128ef799c950a /doc/tools
parentMoved to tools/texi2www since they are part of that distribution. (diff)
downloadrtems-a9a992cbba113c43cde7a5e65fe53f2df6d8c005.tar.bz2
Moved the terminate node since the "cprev" was being overwritten.
Diffstat (limited to 'doc/tools')
-rwxr-xr-xdoc/tools/texi2www/texi2www4
1 files changed, 2 insertions, 2 deletions
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";