[FFmpeg-cvslog] Makefile: build docs only for enabled tools; fix docs dependencies
Mans Rullgard
git
Wed Feb 2 03:56:26 CET 2011
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Tue Feb 1 02:23:30 2011 +0000| [850e9c6d48c56f3652dc5073a06b09de54f52d82] | committer: 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: Mans Rullgard <mans at mansr.com>
(cherry picked from commit 7f939f55bb79f962adc96b6b45e288dbb0069a67)
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=850e9c6d48c56f3652dc5073a06b09de54f52d82
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index fb9d8a4..a2d90ca 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)
More information about the ffmpeg-cvslog
mailing list