[FFmpeg-cvslog] r23493 - trunk/doc/texi2pod.pl
stefano
subversion
Sat Jun 5 19:00:23 CEST 2010
Author: stefano
Date: Sat Jun 5 19:00:23 2010
New Revision: 23493
Log:
Make texi2pod.pl look for section "AUTHORS" rather than "AUTHOR", as
the corresponding sections in the man page have been renamed that way.
Modified:
trunk/doc/texi2pod.pl
Modified: trunk/doc/texi2pod.pl
==============================================================================
--- trunk/doc/texi2pod.pl Sat Jun 5 18:21:17 2010 (r23492)
+++ trunk/doc/texi2pod.pl Sat Jun 5 19:00:23 2010 (r23493)
@@ -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/;
More information about the ffmpeg-cvslog
mailing list