summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-02-01 02:23:30 +0000
committerMans Rullgard <mans@mansr.com>2011-02-01 12:33:09 +0000
commit7f939f55bb79f962adc96b6b45e288dbb0069a67 (patch)
tree2d739c6c95b24ba9724b3a7a5d80fdef020c0f57 /Makefile
parent64233e702a95df9167e3362e58aae4e82ce2ddf8 (diff)
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: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb9d8a494e..a2d90cae3e 100644
--- a/Makefile
+++ b/Makefile
@@ -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)