summaryrefslogtreecommitdiff
path: root/htdocs.do
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs.do')
-rw-r--r--htdocs.do3
1 files changed, 0 insertions, 3 deletions
diff --git a/htdocs.do b/htdocs.do
deleted file mode 100644
index 280bfee..0000000
--- a/htdocs.do
+++ /dev/null
@@ -1,3 +0,0 @@
1redo-ifchange all
2find . \( -name '*.html' -or -name '*.css' -or -name '*.svg' -or -name '*.rss' \) -and -not \( -path '*/.cabal-sandbox/*' -or -path '*/htdocs/*' -or -path '*/build/*' \) -print0 | \
3xargs -0 -I '{}' -- rsync -Rav --delete '{}' htdocs >&2