From e194beb829498328d259ab5963b4a4ff2e066536 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 19 May 1998 19:38:49 +0000 Subject: Don't use a separate node for footnotes; see if people scream. ;-) --- Doc/perl/l2hinit.perl | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/perl/l2hinit.perl b/Doc/perl/l2hinit.perl index 30361a7..c022c19 100644 --- a/Doc/perl/l2hinit.perl +++ b/Doc/perl/l2hinit.perl @@ -17,6 +17,7 @@ $INFO = 1; # 0 = do not make a "About this document..." section $MAX_LINK_DEPTH = 3; $ADDRESS = ''; +$NO_FOOTNODE = 1; $NUMBERED_FOOTNOTES = 1; # Python documentation uses section numbers to support references to match -- cgit v0.12