https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=0b8d42946a15e50efb7cc9359c6e51187bd3793f

commit 0b8d42946a15e50efb7cc9359c6e51187bd3793f
Author: Nick Clifton <[email protected]>
Date:   Fri Mar 18 13:07:33 2016 +0000

    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.

Diff:
---
 etc/texi2pod.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/texi2pod.pl b/etc/texi2pod.pl
index cd0ffd9..dd3e181 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;

Reply via email to