[FFmpeg-devel] [PATCH 1/3] doc: build: TEXIDEP: Recognize verbatim includes
Derek Buitenhuis
derek.buitenhuis at gmail.com
Fri Dec 23 02:27:08 CET 2011
On 20/12/2011 10:05 AM, Michael Niedermayer wrote:
> On Tue, Dec 20, 2011 at 12:27:22AM +0100, Alexander Strasser wrote:
>> When generating the .dep files for .texi sources, verbatim includes
>> (@verbatiminclude) should also be taken into account.
>>
>> Signed-off-by: Alexander Strasser<eclipse7 at gmx.net>
>
> applied, thanks
>
> [...]
Either this commit is broken or something else is. Let me illustrate:
$ ../ffmpeg/configure
[...]
$ make
[...]
$ rm ./ffmpeg
$ make
ake: *** No rule to make target `doc/../tests/fate_config.sh.template',
needed by `doc/fate.html'. Stop.
^-- Blocked!
$ cat doc/fate.*.d
doc/fate.html: doc/../tests/fate_config.sh.template
doc/fate.txt: doc/../tests/fate_config.sh.template
^ Obviously wrong.
This breaks out-of-tree builds.
- Derek
More information about the ffmpeg-devel
mailing list