about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-09-07 16:24:41 -0700
committerEric Wong <normalperson@yhbt.net>2009-09-07 16:35:58 -0700
commit732325a67ba68060fe18dc66c21134c35f8006ea (patch)
tree34ab1c1fd9f5120c40e0f480454866deeaa83151 /GNUmakefile
parentcee939b527e82237f89eb8eece62610854ac888a (diff)
downloadclogger-732325a67ba68060fe18dc66c21134c35f8006ea.tar.gz
It was too much confusion to have multiple gems in the mix
and I mainly use the C extension anyways.

If we're not on a compatible version of Ruby, the extension will
just be disabled by generating a dummy no-op Makefile to work
around it.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index b690ca9..1d88a9f 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -82,8 +82,6 @@ release: package $(release_notes) $(release_changes)
           clogger clogger $(VERSION) pkg/clogger-$(VERSION).gem
         rubyforge add_file \
           clogger clogger $(VERSION) pkg/clogger-$(VERSION).tgz
-        rubyforge add_release -f -n $(release_notes) -a $(release_changes) \
-          clogger clogger_ext $(VERSION) pkg/clogger_ext-$(VERSION).gem
 endif
 
 doc: .document History