[FFmpeg-devel] [PATCH] texi2html 5.0 does not understand the -number option. Remove it.
Måns Rullgård
mans
Sat Jan 29 05:37:10 CET 2011
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?
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-devel
mailing list