From 719db297b416d06d1438525f93b71c4b0eb5b484 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Sat, 26 Jul 2014 23:17:29 +0100 Subject: Fix a missing && in Makefile.am --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 94b754a..df552da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,5 +20,5 @@ install-exec-local: release: distcheck git diff && \ - git tag rel-`echo $(VERSION) | sed -e 's/\./-/g'` && git push --tag \ + git tag rel-`echo $(VERSION) | sed -e 's/\./-/g'` && git push --tag && \ woger sourceforge package=$(PACKAGE) version=$(VERSION) notes=release-notes-$(VERSION) dist_type="tar.gz" -- cgit v1.2.3