From d80710062d735ac594207228660ada646fdc9cc3 Mon Sep 17 00:00:00 2001 From: simon75j Date: Fri, 10 Sep 2010 07:41:22 +0000 Subject: [PATCH] Make a copy of released archive. git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@261 b62f149e-849f-11dd-9899-c7ba65f7c4c7 --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index bc7371e..cb0a773 100644 --- a/Makefile.am +++ b/Makefile.am @@ -112,6 +112,8 @@ release: svn copy https://$(PROJECT).googlecode.com/svn/trunk/ \ https://$(PROJECT).googlecode.com/svn/tags/$(PACKAGE)-$(VERSION) \ -m "Tagging the $(VERSION) release of the $(PACKAGE) project." + mkdir -p ../releases/$(PACKAGE)/ && \ + cp -v $(PACKAGE)-$(VERSION).tar.gz* ../releases/$(PACKAGE)/ googlecode_upload.py -s "OpenPGP signature for $(PACKAGE) $(VERSION)." \ -p $(PROJECT) -u $(USER) $(PACKAGE)-$(VERSION).tar.gz.sig googlecode_upload.py -s "$(PACKAGE) $(VERSION)" \ -- 2.39.5