Switch to side-by-side view
--- a/Makefile.am +++ b/Makefile.am @@ -54,3 +54,6 @@ src/wav.h \ src/workqueue.h +dist-hook: + test -z "`git status -s | grep -v sc2mpd-$(VERSION)`" + git tag -f -a sc2mpd-v$(VERSION) -m 'version $(VERSION)'
--- a/Makefile.am +++ b/Makefile.am @@ -54,3 +54,6 @@ src/wav.h \ src/workqueue.h +dist-hook: + test -z "`git status -s | grep -v sc2mpd-$(VERSION)`" + git tag -f -a sc2mpd-v$(VERSION) -m 'version $(VERSION)'