On 23/01/13 17:12, Luca Barbato wrote:
> The recent texi2html exports the title as 'fulltitle_no_texi'.
> ---
>  doc/t2h.init | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/doc/t2h.init b/doc/t2h.init
> index 78c5177..a42637a 100644
> --- a/doc/t2h.init
> +++ b/doc/t2h.init
> @@ -185,7 +185,7 @@ $print_page_head = \&Libav_print_page_head;
>  sub Libav_print_page_head($$)
>  {
>      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'};
>      my $description = $DOCUMENT_DESCRIPTION;
>      $description = $longtitle if (!defined($description));
> 

Ping. Debian stable has it btw.

lu
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to