[FFmpeg-devel] [PATCH] texi2html 5.0 does not understand the -number option. Remove it.

Stefano Sabatini stefano.sabatini-lala
Sat Jan 29 11:06:08 CET 2011


On date Saturday 2011-01-29 04:37:10 +0000, M?ns Rullg?rd encoded:
> Fran?ois Revol <revol at free.fr> writes:
> 
> > ---
> >  Makefile |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/Makefile b/Makefile
> > index c5e74f0..73880f4 100644
> > --- a/Makefile
> > +++ b/Makefile
> > @@ -124,7 +124,7 @@ doc/libavfilter.html: doc/filters.texi
> >
> >  doc/%.html: TAG = HTML
> >  doc/%.html: doc/%.texi
> > -	$(M)cd doc && texi2html -monolithic -number $(<:doc/%=%)
> > +	$(M)cd doc && texi2html -monolithic $(<:doc/%=%)
> >
> >  doc/%.pod: TAG = POD
> >  doc/%.pod: doc/%.texi
> > -- 
> > 1.7.2.2
> 
> This breaks older texi2html, which is still used in most distros.
> Some other solution is required.  What does that flag do anyway?

Note also that the texi2html in the server (version 1.56k) doesn't
render links correctly, for example check:
http://ffmpeg.org/libavfilter.html#SEC45

which is rendered correctly with my texi2html 1.82, but which
unfortunately doesn't generate the table of contents (which is IMO a
very useful feature).
-- 
FFmpeg = Fiendish and Fostering Magical Pure Elastic Gadget



More information about the ffmpeg-devel mailing list