From 05862b4846b3aa007a891bcb0650086b7efad3c6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 3 Apr 1998 16:05:16 +0000 Subject: Added shortname generation support with the capability for the user to specify the base of the name. BASEnnnn.html --- doc/tools/texi2www/texi2www | 42 +++++++++++++++++++++++++++++++++++++----- 1 file changed, 37 insertions(+), 5 deletions(-) diff --git a/doc/tools/texi2www/texi2www b/doc/tools/texi2www/texi2www index a77bbe6ac2..f03949f814 100755 --- a/doc/tools/texi2www/texi2www +++ b/doc/tools/texi2www/texi2www @@ -19,6 +19,7 @@ $usage = <\n") if $next; &printHTML("\n") if $prev; &printHTML("\n") if $up; + &printHTML("\n") if $dirfile; &printHTML("

\n"); if ($cprev) { &printHTML("\"next\"\n"); } - + if ($dirfile) { +# XXX need new graphic for this one + &printHTML(" \"Bookshelf\"\n"); + } else { + &printHTML("\"Bookshelf\"\n"); + } &printHTML("$title") if $title; } -- cgit v1.2.3