summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-11-18 13:04:37 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-11-25 00:28:27 +0100
commitf62abbf3b7948de479f70dc582596fafb59395b6 (patch)
treef1686ea8c51f9aceadb2e8f4237bc8074e589a78 /doc/Makefile
parentfa4ead1d6692cd4d698b651d1b5882fc9fb64fcb (diff)
doc: move filters documentation to dedicated manual page ffmpeg-filters
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index c490bac3aa..6a20146397 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -2,7 +2,7 @@ DOCLIBS-$(CONFIG_AVUTIL) += libavutil
DOCLIBS-$(CONFIG_AVCODEC) += libavcodec
DOCLIBS-$(CONFIG_AVFILTER) += libavfilter
-COMPONENTS=$(PROGS-yes) ffmpeg-codecs
+COMPONENTS=$(PROGS-yes) ffmpeg-codecs ffmpeg-filters
MANPAGES = $(COMPONENTS:%=doc/%.1) $(DOCLIBS-yes:%=doc/%.3)
PODPAGES = $(COMPONENTS:%=doc/%.pod) $(DOCLIBS-yes:%=doc/%.pod)