[FFmpeg-devel] [PATCH 2/3] web/Makefile/rss: parse news archive for RSS too

Lou Logan lou at lrcd.com
Thu Nov 28 02:19:06 CET 2013


On Tue, 26 Nov 2013 10:24:29 +0100, Stefano Sabatini wrote:

> On date Sunday 2013-11-24 15:47:38 -0800, Timothy Gu encoded:
> > Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
> > ---
> >  Makefile | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/Makefile b/Makefile
> > index 36e9818..5fa2882 100644
> > --- a/Makefile
> > +++ b/Makefile
> > @@ -17,7 +17,7 @@ htdocs/%.html: src/% src/%_title $(PAGE_DEPS)
> >  	cat src/template_head1 $<_title src/template_head2 $< \
> >  	src/template_footer > $@
> >  
> > -htdocs/main.rss: htdocs/index.html
> > +htdocs/main.rss: htdocs/index.html htdocs/archive.html
> >  	./rss-gen.sh start $@
> >  	$(foreach html, $^, ./rss-gen.sh middle $@ $(html);)
> >  	./rss-gen.sh end   $@
> > -- 
> > 1.8.3.2
> 
> LGTM.

Applied and thanks.


More information about the ffmpeg-devel mailing list