summaryrefslogtreecommitdiff
path: root/htdocs.do
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@praseodym.org>2015-03-12 15:14:58 +0000
committerGregor Kleen <gkleen@praseodym.org>2015-03-12 15:14:58 +0000
commitd99fdd1128468c618d1de7cc7b3f578498eccbe5 (patch)
tree3a57c4ee6a5de8a18dbcc2d150f0e9660e27927d /htdocs.do
parentb2bba5786c0d629245ed8c280449d8a6b524eb45 (diff)
downloaddirty-haskell.org-d99fdd1128468c618d1de7cc7b3f578498eccbe5.tar
dirty-haskell.org-d99fdd1128468c618d1de7cc7b3f578498eccbe5.tar.gz
dirty-haskell.org-d99fdd1128468c618d1de7cc7b3f578498eccbe5.tar.bz2
dirty-haskell.org-d99fdd1128468c618d1de7cc7b3f578498eccbe5.tar.xz
dirty-haskell.org-d99fdd1128468c618d1de7cc7b3f578498eccbe5.zip
Changes for working in a cabal sandbox
Diffstat (limited to 'htdocs.do')
-rw-r--r--htdocs.do3
1 files changed, 2 insertions, 1 deletions
diff --git a/htdocs.do b/htdocs.do
index 8470901..6e70576 100644
--- a/htdocs.do
+++ b/htdocs.do
@@ -1,2 +1,3 @@
1redo-ifchange all 1redo-ifchange all
2rsync -Rav --delete style.css *.html lists/*.html posts/*.html tex/*/*.svg htdocs/ >&2 2find . \( -name '*.html' -or -name '*.css' -or -name '*.svg' \) -and -not \( -path '*/.cabal-sandbox/*' -or -path '*/htdocs/*' -or -path '*/build/*' \) -print0 | \
3xargs -0 -I '{}' -- rsync -Rav --delete '{}' htdocs >&2