From: hniksic Date: Sat, 8 Dec 2001 06:50:08 +0000 (-0800) Subject: [svn] Also generate the EXAMPLES section. X-Git-Tag: v1.13~1924 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=7474c84c7b2408354f0c48bbbfbd85cb27d98352 [svn] Also generate the EXAMPLES section. --- diff --git a/doc/texi2pod.pl.in b/doc/texi2pod.pl.in index 4f42ad8a..0c32cbfa 100644 --- a/doc/texi2pod.pl.in +++ b/doc/texi2pod.pl.in @@ -225,7 +225,7 @@ die "No filename or title\n" unless defined $fn && defined $tl; $sects{NAME} = "$fn \- $tl\n"; $sects{FOOTNOTES} .= "=back\n" if exists $sects{FOOTNOTES}; -for $sect (qw(NAME SYNOPSIS DESCRIPTION OPTIONS ENVIRONMENT FILES +for $sect (qw(NAME SYNOPSIS DESCRIPTION OPTIONS EXAMPLES ENVIRONMENT FILES BUGS NOTES FOOTNOTES SEEALSO AUTHOR COPYRIGHT)) { if(exists $sects{$sect}) { $head = $sect;