about summary refs log tree commit homepage
path: root/local.mk.sample
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-09-27 17:31:04 -0700
committerEric Wong <normalperson@yhbt.net>2009-09-27 17:31:04 -0700
commit3c873b25891b6aa3c46b29026dc8c4011dd18bc7 (patch)
tree5888177c27bf84b97715ce09ef8c83763f390b11 /local.mk.sample
parent32d5db4f499dbbe3e9026969eee66592800dd725 (diff)
downloadunicorn-3c873b25891b6aa3c46b29026dc8c4011dd18bc7.tar.gz
Also make files easier to overwrite while we're at it
Diffstat (limited to 'local.mk.sample')
-rw-r--r--local.mk.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/local.mk.sample b/local.mk.sample
index b229567..9139ab0 100644
--- a/local.mk.sample
+++ b/local.mk.sample
@@ -36,10 +36,10 @@ publish_doc:
         $(RM) -r doc
         $(MAKE) doc
         $(MAKE) -s latest > doc/LATEST
-        find doc/images -type f | \
+        find doc/images doc/js -type f | \
                 TZ=UTC xargs touch -d '1970-01-01 00:00:00' doc/rdoc.css
         $(MAKE) doc_gz
-        chmod 444 $$(find doc -type f)
+        chmod 644 $$(find doc -type f)
         rsync -av --delete doc/ dcvr:/srv/unicorn/
         git ls-files | xargs touch