summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-07-27 13:10:59 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-07-27 13:10:59 +0000
commit4419c8bf25a724776680de4bdd0ce97c69550c1e (patch)
treecf12ffa8688c7240b20a9e5ec34767ef3aea0b36 /Makefile
parent51124db8ea839cdb8c9625309970088828440551 (diff)
downloadffmpeg-streaming-4419c8bf25a724776680de4bdd0ce97c69550c1e.zip
ffmpeg-streaming-4419c8bf25a724776680de4bdd0ce97c69550c1e.tar.gz
Add the indevs.texi and outdevs.texi files.
Originally committed as revision 24543 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 677406e..09dc424 100644
--- a/Makefile
+++ b/Makefile
@@ -115,8 +115,9 @@ 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/filters.texi
-doc/ffplay.pod doc/ffplay-doc.html: doc/filters.texi
+doc/ffmpeg.pod doc/ffmpeg-doc.html: doc/indevs.texi doc/filters.texi doc/outdevs.texi
+doc/ffplay.pod doc/ffplay-doc.html: doc/indevs.texi doc/filters.texi doc/outdevs.texi
+doc/ffprobe.pod doc/ffprobe-doc.html: doc/indevs.texi
doc/%.html: TAG = HTML
doc/%.html: doc/%.texi
OpenPOWER on IntegriCloud