about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-01-10 11:04:48 +0000
committerEric Wong <e@80x24.org>2015-01-10 11:06:40 +0000
commitee604d243a8160437ed54a3884b1cb78c39514ff (patch)
treec0fdc8590565d1bc9605b6fa05ff1d7e632510d5
parent0d1425ea674da9998ba5ac536de63c2c77070d29 (diff)
downloadkgio-ee604d243a8160437ed54a3884b1cb78c39514ff.tar.gz
We don't need references to RubyForge or old images crap.
-rw-r--r--GNUmakefile5
-rw-r--r--pkg.mk3
2 files changed, 0 insertions, 8 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 89408d3..02d08ba 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,9 +1,4 @@
 all::
 RSYNC_DEST := bogomips.org:/srv/bogomips/kgio
-rfproject := rainbows
 rfpackage := kgio
 include pkg.mk
-ifneq ($(VERSION),)
-release::
-        $(RAKE) publish_news VERSION=$(VERSION)
-endif
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