[FFmpeg-devel] [PATCH 2/3] web/Makefile/rss: parse news archive for RSS too
Timothy Gu
timothygu99 at gmail.com
Mon Nov 25 00:47:38 CET 2013
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
More information about the ffmpeg-devel
mailing list