On 2011-12-06 11:48:11 +0100, Luca Barbato wrote:
> 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 \

alphabetical order

> +           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

settle this with diego and mans, either patch is ok

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

Reply via email to