aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2009-04-30 23:50:37 +0000
committerReuben Thomas <rrt@sc3d.org>2009-04-30 23:50:37 +0000
commit4d7cd0bb02d57874c068f794ad2e4e0bf4c98fca (patch)
tree0fdfa2169b0f2dddb3f5dee177742ae2f45a21fd /Makefile.am
parentf7b926ea8bd61c34c0a0682289a8d6aacf1a1f9b (diff)
downloadplptools-4d7cd0bb02d57874c068f794ad2e4e0bf4c98fca.tar.gz
plptools-4d7cd0bb02d57874c068f794ad2e4e0bf4c98fca.tar.bz2
plptools-4d7cd0bb02d57874c068f794ad2e4e0bf4c98fca.zip
Remove sourceforge method from release as it doesn't work at the moment.
Add a FIXME.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d006925..b068aa7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,8 @@ dist-local:
NOTES = release-notes
+# FIXME: Get sourceforge woger method working again
release: distcheck
cvs diff && \
cvs tag rel-`echo $(VERSION) | sed -e 's/\./-/g'` && \
- woger sourceforge,freshmeat $(PACKAGE) "$(PACKAGE_NAME)" $(VERSION) "EPOC PDA comms suite" release-notes-$(VERSION)
+ woger freshmeat $(PACKAGE) "$(PACKAGE_NAME)" $(VERSION) "EPOC PDA comms suite" release-notes-$(VERSION)