On 07/12/11 23:20, Diego Biurrun wrote:
On Wed, Dec 07, 2011 at 10:14:54PM +0100, Luca Barbato wrote:
On 07/12/11 21:50, Diego Biurrun wrote:
---
doc/Makefile | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
There is a patch from my patchset doing the same.
Yes, that's where the inspiration came from, maybe I should
have mentioned it.
My version splits the progs pages from the normal ones, yours have DOCS
cleaner.
Here a try to improve over the two approaches
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -2,9 +2,15 @@ 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
+HTMLPAGES += $(addprefix doc/, $(HTMLDOCS))
-DOCS = $(addprefix doc/, developer.html fate.html faq.html general.html
libavfilter.html) $(HTMLPAGES) $(MANPAGES) $(PODPAGES)
+DOCS = $(HTMLPAGES) $(MANPAGES) $(PODPAGES)
all-$(CONFIG_DOC): documentation
--
Luca Barbato
Gentoo/linux
http://dev.gentoo.org/~lu_zero
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel