diff options
-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 | ||