On Mon, Dec 16, 2013 at 09:31:15AM +0100, Anton Khirnov wrote:
> --- a/doc/Makefile
> +++ b/doc/Makefile
> @@ -57,7 +57,10 @@ $(DOCS) doc/doxy/html: | doc/
>  
> -doc/doxy/html: $(SRC_PATH)/doc/Doxyfile $(INSTHEADERS)
> +DOXY_TEMPLATES  = doxy_stylesheet.css footer.html header.html
> +DOXY_TEMPLATES := $(addprefix $(SRC_PATH)/doc/doxy/, $(DOXY_TEMPLATES))
> +
> +doc/doxy/html: $(SRC_PATH)/doc/Doxyfile $(DOXY_TEMPLATES) $(INSTHEADERS)
>       $(M)$(SRC_PATH)/doc/doxy-wrapper.sh $(SRC_PATH) $^

Should be $<, the wrapper script does not expect to be passed more than
two command line parameters.

LGTM otherwise.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to