From: Fred Drake Date: Tue, 19 May 1998 19:38:49 +0000 (+0000) Subject: Don't use a separate node for footnotes; see if people scream. ;-) X-Git-Tag: v1.5.2a1~587 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e194beb829498328d259ab5963b4a4ff2e066536;p=thirdparty%2FPython%2Fcpython.git Don't use a separate node for footnotes; see if people scream. ;-) --- diff --git a/Doc/perl/l2hinit.perl b/Doc/perl/l2hinit.perl index 30361a79af1d..c022c19aec75 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