about summary refs log tree commit homepage
path: root/pkg.mk
diff options
context:
space:
mode:
Diffstat (limited to 'pkg.mk')
-rw-r--r--pkg.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg.mk b/pkg.mk
index a913451..80beb9f 100644
--- a/pkg.mk
+++ b/pkg.mk
@@ -1,5 +1,4 @@
 RUBY = ruby
-RAKE = rake
 RSYNC = rsync
 OLDDOC = olddoc
 RDOC = rdoc
@@ -132,8 +131,6 @@ ifneq ($(RSYNC_DEST),)
 publish_doc:
         -git set-file-times
         $(MAKE) doc
-        find doc/images -type f | \
-                TZ=UTC xargs touch -d '1970-01-01 00:00:06' doc/rdoc.css
         $(MAKE) doc_gz
         $(RSYNC) -av doc/ $(RSYNC_DEST)/
         git ls-files | xargs touch