Diego Biurrun <[email protected]> writes: > The --output option is available on texi2html versions as ancient as 1.78. > --- > Makefile | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/Makefile b/Makefile > index d18a2f9..f626332 100644 > --- a/Makefile > +++ b/Makefile > @@ -117,7 +117,7 @@ TEXIDEP = awk '/^@include/ { printf "$@: $(@D)/%s\n", $$2 > }' <$< >$(@:%=%.d) > doc/%.html: TAG = HTML > doc/%.html: doc/%.texi $(SRC_PATH_BARE)/doc/t2h.init > $(Q)$(TEXIDEP) > - $(M)cd doc && texi2html -monolithic --init-file > $(SRC_PATH_BARE)/doc/t2h.init $(<:doc/%=%) > + $(M)texi2html -monolithic --init-file $(SRC_PATH_BARE)/doc/t2h.init > --output $@ $< > > doc/%.pod: TAG = POD > doc/%.pod: doc/%.texi > --
OK -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
