summaryrefslogtreecommitdiff
path: root/rss/default.rss.do
diff options
context:
space:
mode:
Diffstat (limited to 'rss/default.rss.do')
-rw-r--r--rss/default.rss.do4
1 files changed, 4 insertions, 0 deletions
diff --git a/rss/default.rss.do b/rss/default.rss.do
new file mode 100644
index 0000000..a10b032
--- /dev/null
+++ b/rss/default.rss.do
@@ -0,0 +1,4 @@
1redo-ifchange ../lists/$2.html
2
3find ../lists/$2 -maxdepth 1 -mindepth 1 -not -name 'preview' -not -name 'title' -print0 | \
4 xargs -x -0 -- ../build/generate-rss.hs "$(printf "Dirty-Haskell.org — %s" "$(cat ../lists/$2/title)")"