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, 0 insertions, 4 deletions
diff --git a/rss/default.rss.do b/rss/default.rss.do
deleted file mode 100644
index a10b032..0000000
--- a/rss/default.rss.do
+++ /dev/null
@@ -1,4 +0,0 @@
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)")"