aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2008-02-05 01:01:27 +0000
committerReuben Thomas <rrt@sc3d.org>2008-02-05 01:01:27 +0000
commit9ba75ab7e2b6e7d03d37040085671c1c7dc25aaa (patch)
tree291cc22e9c8e2f8098f6088e9211c0954c1157cc /Makefile.am
parentfcfb981a28bc5b22233da10742e547d1bb2cd795 (diff)
downloadplptools-9ba75ab7e2b6e7d03d37040085671c1c7dc25aaa.tar.gz
plptools-9ba75ab7e2b6e7d03d37040085671c1c7dc25aaa.tar.bz2
plptools-9ba75ab7e2b6e7d03d37040085671c1c7dc25aaa.zip
Use woger
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am20
1 files changed, 3 insertions, 17 deletions
diff --git a/Makefile.am b/Makefile.am
index ffa0d50..5076dd7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,20 +18,6 @@ dist-local:
NOTES = release-notes
release: distcheck
- @cvs tag rel-`echo $(VERSION) | sed -e 's/\./-/g'` && \
- read -e -p "SourceForge login: " USER && \
- read -r -s -p "Password: " PASSWORD && \
- echo -e "Release focus:\n\
- 1 Initial FreshMeat announcement\n\
- 2 Documentation\n\
- 3 Code cleanup\n\
- 4 Minor feature enhancements\n\
- 5 Major feature enhancements\n\
- 6 Minor bug fixes\n\
- 7 Major bug fixes\n\
- 8 Minor security fixes\n\
- 9 Major security fixes" && \
- read -e -p "Choice: " FOCUS && \
- $$VISUAL $(NOTES) && \
- copher -u $$USER -P $$PASSWORD -p $(PACKAGE) -k $(PACKAGE) -r $(VERSION) -N $(NOTES) $(PACKAGE)-$(VERSION).tar.gz && \
- fm-submit --no-stdin -p $(PACKAGE) -v $(VERSION) -c "`cat $(NOTES)`" -r $$FOCUS
+ cvs diff && \ # Stop if there are outstanding changes
+ cvs tag rel-`echo $(VERSION) | sed -e 's/\./-/g'` && \
+ woger $(PACKAGE) $(VERSION) release-notes.$(VERSION)