mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
doc: update the reference for the title
The recent texi2html exports the title as 'fulltitle_no_texi'.
This commit is contained in:
parent
04f4dbc2fa
commit
fe1057e017
@ -185,7 +185,7 @@ $print_page_head = \&Libav_print_page_head;
|
|||||||
sub Libav_print_page_head($$)
|
sub Libav_print_page_head($$)
|
||||||
{
|
{
|
||||||
my $fh = shift;
|
my $fh = shift;
|
||||||
my $longtitle = "$Texi2HTML::THISDOC{'title_no_texi'}";
|
my $longtitle = "$Texi2HTML::THISDOC{'fulltitle_no_texi'}";
|
||||||
$longtitle .= ": $Texi2HTML::NO_TEXI{'This'}" if exists $Texi2HTML::NO_TEXI{'This'};
|
$longtitle .= ": $Texi2HTML::NO_TEXI{'This'}" if exists $Texi2HTML::NO_TEXI{'This'};
|
||||||
my $description = $DOCUMENT_DESCRIPTION;
|
my $description = $DOCUMENT_DESCRIPTION;
|
||||||
$description = $longtitle if (!defined($description));
|
$description = $longtitle if (!defined($description));
|
||||||
|
Loading…
Reference in New Issue
Block a user