On 03/20/12 03:54 am, Mans Rullgard wrote:
> This fixes doc generation in build tree separate from source.
> 
> Signed-off-by: Mans Rullgard <[email protected]> --- doc/Makefile |
> 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/doc/Makefile b/doc/Makefile index 5172707..a051f6e
> 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -29,12 +29,12 @@
> $(GENTEXI): doc/avoptions_%.texi: doc/print_options doc/%.html: TAG
> = HTML doc/%.html: doc/%.texi $(SRC_PATH)/doc/t2h.init $(GENTEXI) 
> $(Q)$(TEXIDEP) -      $(M)texi2html -monolithic --init-file
> $(SRC_PATH)/doc/t2h.init --output $@ $< +     $(M)texi2html -I doc
> -monolithic --init-file $(SRC_PATH)/doc/t2h.init --output $@ $<
[...]
Not all texi2html supports -I, IIRC mine was downloaded here,
http://download.savannah.gnu.org/releases/texi2html/texi2html-5.0.tar.bz2

F:\usr\bin>perl ./texi2html --version
5.0
...
Usage: texi2html  [OPTIONS] TEXINFO-FILE
Translates Texinfo source documentation to HTML.
 Option   Type  Default  Description
...
--I=s                   append $s to the @include search path
...

I've now downgraded to 1.64 which I note doesn't seem to support --I,
just -I
Dave
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to