This way adding new pages is simpler.
---
 doc/Makefile |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/doc/Makefile b/doc/Makefile
index a7fa7d7..c164f56 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -2,9 +2,13 @@ MANPAGES    = $(PROGS-yes:%=doc/%.1)
 PODPAGES    = $(PROGS-yes:%=doc/%.pod)
 HTMLPAGES   = $(PROGS-yes:%=doc/%.html)
 
+HTMLDOCS = developer.html \
+           fate.html \
+           faq.html \
+           general.html \
+           libavfilter.html
 
-
-DOCS = $(addprefix doc/, developer.html fate.html faq.html general.html 
libavfilter.html) $(HTMLPAGES) $(MANPAGES) $(PODPAGES)
+DOCS = $(addprefix doc/, $(HTMLDOCS)) $(HTMLPAGES) $(MANPAGES) $(PODPAGES)
 
 all-$(CONFIG_DOC): documentation
 
-- 
1.7.8.rc1

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to