[FFmpeg-cvslog] build: merge lists of HTML documentation targets

Diego Biurrun git at videolan.org
Fri Dec 9 00:18:55 CET 2011


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Dec  7 21:49:53 2011 +0100| [47b20a1db07552fa6071fb7368534dda0b0f5546] | committer: Diego Biurrun

build: merge lists of HTML documentation targets

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=47b20a1db07552fa6071fb7368534dda0b0f5546
---

 doc/Makefile |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/doc/Makefile b/doc/Makefile
index 01960b7..ca403d5 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,8 +1,12 @@
 MANPAGES    = $(PROGS-yes:%=doc/%.1)
 PODPAGES    = $(PROGS-yes:%=doc/%.pod)
-HTMLPAGES   = $(PROGS-yes:%=doc/%.html)
+HTMLPAGES   = $(PROGS-yes:%=doc/%.html)                                 \
+              doc/developer.html                                        \
+              doc/faq.html                                              \
+              doc/general.html                                          \
+              doc/libavfilter.html                                      \
 
-DOCS = $(addprefix doc/, developer.html faq.html general.html libavfilter.html) $(HTMLPAGES) $(MANPAGES) $(PODPAGES)
+DOCS = $(HTMLPAGES) $(MANPAGES) $(PODPAGES)
 
 all-$(CONFIG_DOC): documentation
 



More information about the ffmpeg-cvslog mailing list