diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-03 19:43:55 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-03 19:43:55 +0000 |
commit | 07851d79365e11f40619df81e39c5791ecd3abb2 (patch) | |
tree | 034ce775e4e9f6bfa91f2a968863434a9690c96e /Makefile | |
parent | 9fc2b70826cbba9f31bf4c25d61e493d510eea3c (diff) | |
download | ffmpeg-07851d79365e11f40619df81e39c5791ecd3abb2.tar.gz |
Add eval.texi file.
Originally committed as revision 25665 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -115,8 +115,8 @@ documentation: $(addprefix doc/, developer.html faq.html general.html libavfilte $(HTMLPAGES) $(MANPAGES): doc/fftools-common-opts.texi -doc/ffmpeg.pod doc/ffmpeg-doc.html: doc/indevs.texi doc/filters.texi doc/outdevs.texi doc/protocols.texi -doc/ffplay.pod doc/ffplay-doc.html: doc/indevs.texi doc/filters.texi doc/outdevs.texi doc/protocols.texi +doc/ffmpeg.pod doc/ffmpeg-doc.html: doc/eval.texi doc/indevs.texi doc/filters.texi doc/outdevs.texi doc/protocols.texi +doc/ffplay.pod doc/ffplay-doc.html: doc/eval.texi doc/indevs.texi doc/filters.texi doc/outdevs.texi doc/protocols.texi doc/ffprobe.pod doc/ffprobe-doc.html: doc/indevs.texi doc/protocols.texi doc/%.html: TAG = HTML |