From a9f3b404def8eb39a643db542d70572da042e9e3 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Sat, 15 Dec 2007 14:17:00 +0000 Subject: Add plpfuse.h to headers. Add "release" target to Makefile.am. Updates to .po files. --- Makefile.am | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 362b489..9178eda 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,3 +13,24 @@ install-data-local: dist-local: kdoc -d doc/api -n libplp --strip-h-path lib/*.h + +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 -- cgit v1.2.3