]> sjero.net Git - wget/commitdiff
[svn] Also generate the EXAMPLES section.
authorhniksic <devnull@localhost>
Sat, 8 Dec 2001 06:50:08 +0000 (22:50 -0800)
committerhniksic <devnull@localhost>
Sat, 8 Dec 2001 06:50:08 +0000 (22:50 -0800)
doc/texi2pod.pl.in

index 4f42ad8ae1d9b65e6512194b2f9a006c1889ab01..0c32cbfa41d3e8bc05e286add8c6d4ca0827a50b 100644 (file)
@@ -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;