summaryrefslogtreecommitdiffstats
path: root/htgen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'htgen.sh')
-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?