about summary refs log tree commit homepage
path: root/local.mk.sample
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-04-05 19:29:44 -0700
committerEric Wong <normalperson@yhbt.net>2009-04-05 19:29:44 -0700
commit1501cd9ebb17a5178d9eaddc77fa4306614e869c (patch)
treefdb61d011483f6bcdea23a553d05fa68fd0d7edc /local.mk.sample
parent72c32f2902886bf205ae7ea412909c41dda1a95e (diff)
downloadunicorn-1501cd9ebb17a5178d9eaddc77fa4306614e869c.tar.gz
Avoid breaking builds just in case.  set-file-times is just for
the benefit of rdoc displaying modification time information in
HTML pages.
Diffstat (limited to 'local.mk.sample')
-rw-r--r--local.mk.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/local.mk.sample b/local.mk.sample
index 48dfb45..c5d3b0e 100644
--- a/local.mk.sample
+++ b/local.mk.sample
@@ -33,6 +33,7 @@ publish_doc:
         $(MAKE) doc
         $(MAKE) doc_gz
         rsync -av --delete doc/ dcvr:/srv/unicorn/
+        git ls-files | xargs touch
 
 # Create gzip variants of the same timestamp as the original so nginx
 # "gzip_static on" can serve the gzipped versions directly.