Commit 850e9c6d authored by Mans Rullgard's avatar Mans Rullgard Committed by Michael Niedermayer

Makefile: build docs only for enabled tools; fix docs dependencies

This makes "make documentation" build the man/html pages only for
the tools enabled in the build.  It also fixes the dependency
tracking for the built man pages.
Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
(cherry picked from commit 7f939f55)
parent 5ad4335c
......@@ -112,7 +112,7 @@ version.h .version:
alltools: $(TOOLS)
DOCS = $(addprefix doc/, developer.html faq.html general.html libavfilter.html $(ALLHTMLPAGES) $(ALLMANPAGES))
DOCS = $(addprefix doc/, developer.html faq.html general.html libavfilter.html) $(HTMLPAGES) $(MANPAGES) $(PODPAGES)
documentation: $(DOCS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment