summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Kleen <viktor@kleen.org>2015-01-02 09:59:58 +0000
committerViktor Kleen <viktor@kleen.org>2015-01-02 10:00:12 +0000
commit0f844fa1ba6b887666ffee940d9c101b7df3b2b1 (patch)
tree68b064e70d38bce52fbf17a15a10ab683846680b
parentf7d4ba2023ab18b9d7c5fad85cbb863c61e6272c (diff)
downloaddirty-haskell.org-0f844fa1ba6b887666ffee940d9c101b7df3b2b1.tar
dirty-haskell.org-0f844fa1ba6b887666ffee940d9c101b7df3b2b1.tar.gz
dirty-haskell.org-0f844fa1ba6b887666ffee940d9c101b7df3b2b1.tar.bz2
dirty-haskell.org-0f844fa1ba6b887666ffee940d9c101b7df3b2b1.tar.xz
dirty-haskell.org-0f844fa1ba6b887666ffee940d9c101b7df3b2b1.zip
a few more plumbing scripts
-rw-r--r--default.do2
-rw-r--r--htdocs.do2
-rw-r--r--sync.do2
3 files changed, 5 insertions, 1 deletions
diff --git a/default.do b/default.do
index cdf8ef8..a8cc947 100644
--- a/default.do
+++ b/default.do
@@ -1,2 +1,2 @@
1redo-ifchange index.html 1redo-ifchange index.html
2rsync -Rv style.css *.html lists/*.html posts/*.html tex/*/*.svg htdocs/ 2redo-ifchange htdocs
diff --git a/htdocs.do b/htdocs.do
new file mode 100644
index 0000000..ee4565b
--- /dev/null
+++ b/htdocs.do
@@ -0,0 +1,2 @@
1redo-ifchange index.html
2rsync -Rav --delete style.css *.html lists/*.html posts/*.html tex/*/*.svg htdocs/ >&2
diff --git a/sync.do b/sync.do
new file mode 100644
index 0000000..f0a5a25
--- /dev/null
+++ b/sync.do
@@ -0,0 +1,2 @@
1redo-ifchange htdocs
2echo "SYNC" >&2 \ No newline at end of file