From 313e6a863be0931752aa21cf99f96195a6e2b8c6 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 29 Mar 2015 04:18:59 +0200 Subject: Now generating RSS feeds for all lists --- index.md.do | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'index.md.do') diff --git a/index.md.do b/index.md.do index 605bbb0..f9def9c 100644 --- a/index.md.do +++ b/index.md.do @@ -7,6 +7,7 @@ done < <(find lists -maxdepth 1 -mindepth 1 -type d -not -name '.*' -print0 | so for x in "${LISTS[@]}"; do printf "%s.html\0" "$x" + printf "rss/%s.rss\0" "$(basename $x)" done | xargs -r -0 redo-ifchange cat <