[FFmpeg-cvslog] doc: update the reference for the title

Luca Barbato git at videolan.org
Sun Jan 27 13:43:59 CET 2013


ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Wed Jan 23 17:11:42 2013 +0100| [fe1057e017fc755128ceb15adee864c7800a5150] | committer: Luca Barbato

doc: update the reference for the title

The recent texi2html exports the title as 'fulltitle_no_texi'.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fe1057e017fc755128ceb15adee864c7800a5150
---

 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));



More information about the ffmpeg-cvslog mailing list