From d93e3802b1074b4ee5d35516889f8842eb1dc90f Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 9 Apr 2009 03:22:41 +0200 Subject: Put the table of contents at the beginning, not at the end. --- build-aux/texi2html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build-aux') diff --git a/build-aux/texi2html b/build-aux/texi2html index f87b976..a034366 100755 --- a/build-aux/texi2html +++ b/build-aux/texi2html @@ -75,7 +75,7 @@ Send bugs and suggestions to EOT # Version: set in configure.in -my $THISVERSION = '1.78'; +my $THISVERSION = '1.78a'; my $THISPROG = "texi2html $THISVERSION"; # program name and version #+++######################################################################## @@ -941,7 +941,7 @@ $DO_CONTENTS = 0; $DO_SCONTENTS = 0; # if set, output the contents where the command is located -$INLINE_CONTENTS = 0; +$INLINE_CONTENTS = 1; # if this variable is true, numeric entities are used when there is no # corresponding textual entity. -- cgit v1.2.1