diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-08-31 19:39:35 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-09-04 02:34:20 +0200 |
commit | 17ad5fbb8af3ea3fad689064bc84ecfdfe52f0c2 (patch) | |
tree | e8e16ee908b4e0ba2c9d4cdfb6f053e0c6d9cd2c /doc/t2h.init | |
parent | 75a9859ac67b60105769fda7160db081216b70f2 (diff) | |
download | ffmpeg-17ad5fbb8af3ea3fad689064bc84ecfdfe52f0c2.tar.gz |
Use makeinfo to generate html doc for the new website
texi2html is deprecated by upstream in favor of makeinfo/texi2any. See:
- https://www.gnu.org/software/texinfo/manual/texinfo/html_node/texi2html.html
- https://wiki.debian.org/Texi2htmlTransition
- https://lists.debian.org/debian-devel/2013/05/msg01516.html
This is actually two separate changes.
Based on a patch by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>.
Fixes Trac ticket #3232.
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'doc/t2h.init')
-rw-r--r-- | doc/t2h.init | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/t2h.init b/doc/t2h.init index 9dd8f91edc..82db84fbfd 100644 --- a/doc/t2h.init +++ b/doc/t2h.init @@ -1,3 +1,7 @@ +# Init file for texi2html. + +# This is deprecated, and the makeinfo/texi2any version is doc/t2h.pm + # no horiz rules between sections $end_section = \&FFmpeg_end_section; sub FFmpeg_end_section($$) |