summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@vix>2010-02-05 06:55:13 +0100
committertv <tv@vix>2010-02-05 06:55:13 +0100
commit3b6fa7d72a3b7987c06348c985da9123a45c10ff (patch)
tree22e7c91f1cfd36a7f76a481da961121a51d2c5b0
parentc5483e2bdc6d75602ca233deaf30e1570ca7bda8 (diff)
Temporary auto-refresh of ~/public_html/index.html
-rwxr-xr-xhtgen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/htgen.sh b/htgen.sh
index 7fd878f..e94e714 100755
--- a/htgen.sh
+++ b/htgen.sh
@@ -80,6 +80,8 @@ Cache-Control: public
EOF
;;
/|/index.html)
+ # XXX this is a hack:
+ make -C ~/public_html index.html >&2
# TODO 304 Not Modified
# TODO better max-age(?)
# TODO may we use more than one Cache-Control?