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

Måns Rullgård mans
Tue Feb 1 13:47:54 CET 2011


Diego Biurrun <diego at biurrun.de> writes:

> 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.

Syntax highlighting is your friend.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list