diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-23 17:06:46 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-23 17:06:46 +0000 |
commit | 8399d235177f323b2d349a47d174f446ae209652 (patch) | |
tree | b6a49b2c167d4d97a5ec3c5273dbfe3d3292103b | |
parent | 8c579c1c604306460436dcf1523117ca3b1aca82 (diff) | |
download | ffmpeg-8399d235177f323b2d349a47d174f446ae209652.tar.gz |
Add dependency for the libavfitler.html file.
Originally committed as revision 26078 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -119,6 +119,7 @@ $(HTMLPAGES) $(PODPAGES): doc/fftools-common-opts.texi doc/ffmpeg.pod doc/ffmpeg.html: doc/bitstream_filters.texi doc/eval.texi doc/indevs.texi doc/filters.texi doc/outdevs.texi doc/protocols.texi doc/ffplay.pod doc/ffplay.html: doc/eval.texi doc/indevs.texi doc/filters.texi doc/outdevs.texi doc/protocols.texi doc/ffprobe.pod doc/ffprobe.html: doc/indevs.texi doc/protocols.texi +doc/libavfilter.html: doc/filters.texi doc/%.html: TAG = HTML doc/%.html: doc/%.texi |