Commit 22242d51 authored by stefano's avatar stefano

Make texi2pod.pl look for section "AUTHORS" rather than "AUTHOR", as

the corresponding sections in the man page have been renamed that way.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23493 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 982c940b
......@@ -304,7 +304,7 @@ $sects{NAME} = "$fn \- $tl\n";
$sects{FOOTNOTES} .= "=back\n" if exists $sects{FOOTNOTES};
for $sect (qw(NAME SYNOPSIS DESCRIPTION OPTIONS EXAMPLES ENVIRONMENT FILES
BUGS NOTES FOOTNOTES SEEALSO AUTHOR COPYRIGHT)) {
BUGS NOTES FOOTNOTES SEEALSO AUTHORS COPYRIGHT)) {
if(exists $sects{$sect}) {
$head = $sect;
$head =~ s/SEEALSO/SEE ALSO/;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment