Fix generation of as.1 manual page so that it can be converted to DocBook format.

etc	* texi2pod.pl: Add TARGET to the list of recognised man page
	sections.
This commit is contained in:
Nick Clifton 2016-03-18 13:07:33 +00:00 committed by Corinna Vinschen
parent fe508576ef
commit 0b8d42946a
1 changed files with 1 additions and 1 deletions

View File

@ -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;