[FFmpeg-devel] [PATCH] doc/Makefile: generate library headers with the correct section number

Stefano Sabatini stefasab at gmail.com
Sun Nov 11 14:08:35 CET 2012


On date Sunday 2012-11-11 13:57:24 +0100, Clément Bœsch encoded:
> On Sun, Nov 11, 2012 at 12:51:30PM +0100, Stefano Sabatini wrote:
> > ---
> >  doc/Makefile |    4 +++-
> >  1 file changed, 3 insertions(+), 1 deletion(-)
> > 
> > diff --git a/doc/Makefile b/doc/Makefile
> > index 233bd84..8709b0a 100644
> > --- a/doc/Makefile
> > +++ b/doc/Makefile
> > @@ -56,8 +56,10 @@ doc/%.pod: doc/%.texi $(GENTEXI)
> >  	$(M)perl $(SRC_PATH)/doc/texi2pod.pl -Idoc $< $@
> >  
> >  doc/%.1 doc/%.3: TAG = MAN
> > -doc/%.1 doc/%.3: doc/%.pod $(GENTEXI)
> > +doc/%.1: doc/%.pod $(GENTEXI)
> >  	$(M)pod2man --section=1 --center=" " --release=" " $< > $@
> > +doc/%.3: doc/%.pod $(GENTEXI)
> > +	$(M)pod2man --section=3 --center=" " --release=" " $< > $@
> >  
> >  $(DOCS) doc/doxy/html: | doc/
> >  
> 
> LGTM

Applied.
-- 
FFmpeg = Fast and Fabulous Minimal Problematic Ecumenical Game


More information about the ffmpeg-devel mailing list