diff options
author | Janne Grunau <janne-ffmpeg@jannau.net> | 2011-01-29 13:24:13 +0100 |
---|---|---|
committer | Janne Grunau <janne-ffmpeg@jannau.net> | 2011-01-29 16:57:29 +0100 |
commit | a8f0814a742dee4783afaa5bedb01aa0c77b1fc4 (patch) | |
tree | 386e9b15239b7b29eb6976da2ed09e7abc081afc /doc/general.texi | |
parent | 3af1fe829ee6db5eafe261947e74b8516ffe5188 (diff) | |
download | ffmpeg-a8f0814a742dee4783afaa5bedb01aa0c77b1fc4.tar.gz |
doc: modify style for texi2html 1.78+
The generated HTML files are similar to the ones generated with
texi2html 1.56k used on the website.
Tested with texi2html 1.78 and 5.0. 1.78 is the minimal recommended
version.
The removed @sp from the titlepage section were ignored until
texi2html 5.0. If not removed the pages generated by 5.0 will have ugly
empty space around the title.
Diffstat (limited to 'doc/general.texi')
-rw-r--r-- | doc/general.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/general.texi b/doc/general.texi index c1fecef580..950159f1b3 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -2,11 +2,12 @@ @settitle General Documentation @titlepage -@sp 7 @center @titlefont{General Documentation} -@sp 3 @end titlepage +@top + +@contents @chapter external libraries |