[FFmpeg-devel] [PATCH] Define PODPAGES in Makefile, and make them depend on fftools-common-opts.texi.

Stefano Sabatini stefano.sabatini-lala
Tue Dec 7 23:50:37 CET 2010


On date Monday 2010-12-06 23:02:15 +0100, Stefano Sabatini encoded:
> Fix pod files updating when fftools-common-opts.texi is changed.
> ---
>  Makefile |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> index e52d5c5..d41bf0a 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -13,6 +13,7 @@ PROGS      := $(addsuffix   $(EXESUF), $(PROGS-yes))
>  PROGS_G     = $(addsuffix _g$(EXESUF), $(PROGS-yes))
>  OBJS        = $(addsuffix .o,          $(PROGS-yes)) cmdutils.o
>  MANPAGES    = $(addprefix doc/, $(addsuffix .1, $(PROGS-yes)))
> +PODPAGES    = $(addprefix doc/, $(addsuffix .pod, $(PROGS-yes)))
>  HTMLPAGES   = $(addprefix doc/, $(addsuffix -doc.html, $(PROGS-yes)))
>  TOOLS       = $(addprefix tools/, $(addsuffix $(EXESUF), cws2fws pktdumper probetest qt-faststart trasher))
>  HOSTPROGS   = $(addprefix tests/, audiogen videogen rotozoom tiny_psnr base64)
> @@ -113,7 +114,7 @@ alltools: $(TOOLS)
>  documentation: $(addprefix doc/, developer.html faq.html general.html libavfilter.html \
>                                   $(ALLHTMLPAGES) $(ALLMANPAGES))
>  
> -$(HTMLPAGES) $(MANPAGES): doc/fftools-common-opts.texi
> +$(HTMLPAGES) $(PODPAGES): doc/fftools-common-opts.texi
>  
>  doc/ffmpeg.pod doc/ffmpeg-doc.html: doc/bitstream_filters.texi doc/eval.texi doc/indevs.texi doc/filters.texi doc/outdevs.texi doc/protocols.texi
>  doc/ffplay.pod doc/ffplay-doc.html: doc/eval.texi doc/indevs.texi doc/filters.texi doc/outdevs.texi doc/protocols.texi

I'll apply in few days if there are no comments.
-- 
FFmpeg = Funny and Funny Mastodontic Portentous Excellent Genius



More information about the ffmpeg-devel mailing list