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