From 7474c84c7b2408354f0c48bbbfbd85cb27d98352 Mon Sep 17 00:00:00 2001 From: hniksic Date: Fri, 7 Dec 2001 22:50:08 -0800 Subject: [PATCH] [svn] Also generate the EXAMPLES section. --- doc/texi2pod.pl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;