summaryrefslogtreecommitdiff
path: root/htdocs.do
blob: 6e705765891a70517ce822f687c24339b0e5b9d1 (plain)
1
2
3
redo-ifchange all
find . \( -name '*.html' -or -name '*.css' -or -name '*.svg' \) -and -not \( -path '*/.cabal-sandbox/*' -or -path '*/htdocs/*' -or -path '*/build/*' \) -print0 | \
xargs -0 -I '{}' -- rsync -Rav --delete '{}' htdocs >&2