summaryrefslogtreecommitdiff
path: root/etc/texi2pod.pl
diff options
context:
space:
mode:
Diffstat (limited to 'etc/texi2pod.pl')
-rw-r--r--etc/texi2pod.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/texi2pod.pl b/etc/texi2pod.pl
index cd0ffd9435f..dd3e181db34 100644
--- a/etc/texi2pod.pl
+++ b/etc/texi2pod.pl
@@ -340,7 +340,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 TARGET DESCRIPTION OPTIONS ENVIRONMENT FILES
BUGS NOTES FOOTNOTES SEEALSO AUTHOR COPYRIGHT)) {
if(exists $sects{$sect}) {
$head = $sect;