diff options
Diffstat (limited to 'htdocs.do')
-rw-r--r-- | htdocs.do | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,2 +1,3 @@ | |||
1 | redo-ifchange all | 1 | redo-ifchange all |
2 | rsync -Rav --delete style.css *.html lists/*.html posts/*.html tex/*/*.svg htdocs/ >&2 | 2 | find . \( -name '*.html' -or -name '*.css' -or -name '*.svg' \) -and -not \( -path '*/.cabal-sandbox/*' -or -path '*/htdocs/*' -or -path '*/build/*' \) -print0 | \ |
3 | xargs -0 -I '{}' -- rsync -Rav --delete '{}' htdocs >&2 | ||