mirror of https://github.com/FFmpeg/FFmpeg.git
Force re-generation of the manuals when an included file is modified. The current dependency generation system is enable to track nested inclusions. The drawback is that the files will be generated even when there is no strict need (for example if filters.texi is modified, ffmpeg.1 is rebuilt), thus it trades a false negative with a false positive.pull/15/head
parent
575399c7e1
commit
f40cf96ec0
5 changed files with 96 additions and 35 deletions
@ -1,31 +0,0 @@ |
||||
@include config.texi |
||||
|
||||
@ifset config-avutil |
||||
@include utils.texi |
||||
@end ifset |
||||
|
||||
@ifset config-avcodec |
||||
@include codecs.texi |
||||
@include bitstream_filters.texi |
||||
@end ifset |
||||
|
||||
@ifset config-avformat |
||||
@include formats.texi |
||||
@include protocols.texi |
||||
@end ifset |
||||
|
||||
@ifset config-avdevice |
||||
@include devices.texi |
||||
@end ifset |
||||
|
||||
@ifset config-swresample |
||||
@include resampler.texi |
||||
@end ifset |
||||
|
||||
@ifset config-swscale |
||||
@include scaler.texi |
||||
@end ifset |
||||
|
||||
@ifset config-avfilter |
||||
@include filters.texi |
||||
@end ifset |
Loading…
Reference in new issue