From 7b1ee110a12e983eb5b7a68017a4bc0d493ba8dd Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 4 May 2016 14:12:24 +0200 Subject: weniger kraftvolles make dist --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5d79947..8dc02fd 100644 --- a/Makefile +++ b/Makefile @@ -55,9 +55,9 @@ clean: dist: clean git status --porcelain 2> /dev/null | grep -q "\S" && (git add .; git commit -m"neue Version: $(VERSION)") || true - git tag -d v$(VERSION) && git push origin --delete v$(VERSION) || true + ! git tag -d v$(VERSION) 2> /dev/null git tag v$(VERSION) - git push --force + git push git push --tags # End of file -- cgit v1.2.3-54-g00ecf