Re: [libav-devel] [PATCH] doc: update the reference for the title

2013-01-26 Thread Diego Elio Pettenò
On 26/01/2013 04:36, Luca Barbato wrote:
> Ping. Debian stable has it btw.

If Debian stale has it I'm fine with it, as nothing in this millennia is
going to miss it :)

-- 
Diego Elio Pettenò — Flameeyes
flamee...@flameeyes.eu — http://blog.flameeyes.eu/
___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH] doc: update the reference for the title

2013-01-25 Thread Luca Barbato
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
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel


Re: [libav-devel] [PATCH] doc: update the reference for the title

2013-01-24 Thread Luca Barbato
On 24/01/13 11:45, Diego Biurrun wrote:
> On Wed, Jan 23, 2013 at 05:12:52PM +0100, Luca Barbato wrote:
>> The recent texi2html exports the title as 'fulltitle_no_texi'.
>> ---
>>  doc/t2h.init | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> How recent and what happens to older variants?

Recent 2010, older 2009. Works with the 1.82 as well the version 5.

My annoyance in not having css classes in the produced elements will
warrant some patch sooner or later or maybe just making a reduced
version to be added to our sources.

lu
___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel


Re: [libav-devel] [PATCH] doc: update the reference for the title

2013-01-24 Thread Diego Biurrun
On Wed, Jan 23, 2013 at 05:12:52PM +0100, Luca Barbato wrote:
> The recent texi2html exports the title as 'fulltitle_no_texi'.
> ---
>  doc/t2h.init | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

How recent and what happens to older variants?

Diego
___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel


[libav-devel] [PATCH] doc: update the reference for the title

2013-01-23 Thread Luca Barbato
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));
-- 
1.8.0.2

___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel