Diego Biurrun <[email protected]> writes: > Now that there are generated texi source files in the doc directory,
It's the doc generator residing there that adds it to the list, not the generated texi files themselves. > this is no longer necessary. Fixes the Make warning: > Makefile:188: target `doc' given more than once in the same rule. > --- > doc/Makefile | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/doc/Makefile b/doc/Makefile > index a051f6e..ffb3c5c 100644 > --- a/doc/Makefile > +++ b/doc/Makefile > @@ -41,7 +41,6 @@ doc/%.1: doc/%.pod $(GENTEXI) > $(M)pod2man --section=1 --center=" " --release=" " $< > $@ > > $(DOCS): | doc > -OBJDIRS += doc > > install-progs-$(CONFIG_DOC): install-man > > -- Patch OK. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
