diff options
author | Viktor Kleen <viktor@kleen.org> | 2015-01-02 09:59:58 +0000 |
---|---|---|
committer | Viktor Kleen <viktor@kleen.org> | 2015-01-02 10:00:12 +0000 |
commit | 0f844fa1ba6b887666ffee940d9c101b7df3b2b1 (patch) | |
tree | 68b064e70d38bce52fbf17a15a10ab683846680b | |
parent | f7d4ba2023ab18b9d7c5fad85cbb863c61e6272c (diff) | |
download | dirty-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.do | 2 | ||||
-rw-r--r-- | htdocs.do | 2 | ||||
-rw-r--r-- | sync.do | 2 |
3 files changed, 5 insertions, 1 deletions
@@ -1,2 +1,2 @@ | |||
1 | redo-ifchange index.html | 1 | redo-ifchange index.html |
2 | rsync -Rv style.css *.html lists/*.html posts/*.html tex/*/*.svg htdocs/ | 2 | redo-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 @@ | |||
1 | redo-ifchange index.html | ||
2 | rsync -Rav --delete style.css *.html lists/*.html posts/*.html tex/*/*.svg htdocs/ >&2 | ||
@@ -0,0 +1,2 @@ | |||
1 | redo-ifchange htdocs | ||
2 | echo "SYNC" >&2 \ No newline at end of file | ||