kgio RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* [PATCH] cleanup packaging harder
@ 2015-01-10 11:14 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2015-01-10 11:14 UTC (permalink / raw)
  To: kgio-public; +Cc: Eric Wong

We don't need references to RubyForge or old images crap.
---
 GNUmakefile | 5 -----
 pkg.mk      | 3 ---
 2 files changed, 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
-- 
EW


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-10 11:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-10 11:14 [PATCH] cleanup packaging harder Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/kgio.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).