[FFmpeg-devel] [PATCH] Auto-generate dependencies for documentation

Diego Biurrun diego
Tue Feb 1 08:02:18 CET 2011


On Mon, Jan 31, 2011 at 10:51:28PM +0000, Mans Rullgard wrote:
> 
> --- a/Makefile
> +++ b/Makefile
> @@ -112,22 +112,22 @@ version.h .version:
> +
> +TEXIDEP = awk '/^@include/ { printf "$@: $(@D)/%s\n", $$2 }' <$< >$(@:%=%.d)

I'd appreciate some spaces around '<' and '>' used as shell redirection
operators here.  Slightly more complicated/clever automatic variable
expressions in Make have a tendency to start looking like Perl at some
point, spaces can help alleviate the problem.

Nice work otherwise and patch OK.

Diego



More information about the ffmpeg-devel mailing list