summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-04-09 03:22:41 +0200
committerBruno Haible <bruno@clisp.org>2009-04-09 03:22:41 +0200
commitd93e3802b1074b4ee5d35516889f8842eb1dc90f (patch)
tree2c2fe3b6f3edac15974a35e56497e463514341f8 /build-aux
parent2faa510797b42423304b7cdff7afc21dd3eec0cd (diff)
downloadlibunistring-d93e3802b1074b4ee5d35516889f8842eb1dc90f.tar.gz
Put the table of contents at the beginning, not at the end.
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/texi2html4
1 files changed, 2 insertions, 2 deletions
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 <texi2html-bug\@nongnu.org>
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.