Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-09-01 06:39:35 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-09-04 04:34:20 +0400
commit17ad5fbb8af3ea3fad689064bc84ecfdfe52f0c2 (patch)
treee8e16ee908b4e0ba2c9d4cdfb6f053e0c6d9cd2c /doc/t2h.init
parent75a9859ac67b60105769fda7160db081216b70f2 (diff)
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.init4
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($$)