summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-06-21 22:09:07 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-06-21 22:09:07 +0000
commit3275ac6a236df923b598f03235f44f7f47a18abf (patch)
tree3e1b1c4bbe910b6fd881dbb81a362f7cc3ce14a0 /Makefile
parent168b441e400359be96b45bee8a89ca4da4191671 (diff)
Make the ffmpeg and ffplay man pages show the list of lavfi filters,
sinks and sources, and document the -vf option. Originally committed as revision 23689 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f83956f314..b414d0c78d 100644
--- a/Makefile
+++ b/Makefile
@@ -108,6 +108,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/%.html: TAG = HTML
doc/%.html: doc/%.texi
$(M)cd doc && texi2html -monolithic -number $(<:doc/%=%)