about summary refs log tree commit homepage
path: root/local.mk.sample
diff options
context:
space:
mode:
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