Switch to unified view
a/Makefile.am | b/Makefile.am | ||
---|---|---|---|
... |
... |
||
127 | dist_bin_SCRIPTS = mpd2src/scmakempdsender |
127 | dist_bin_SCRIPTS = mpd2src/scmakempdsender |
128 | dist_noinst_SCRIPTS = ohbuild.sh |
128 | dist_noinst_SCRIPTS = ohbuild.sh |
129 | 129 | ||
130 | dist-hook: |
130 | dist-hook: |
131 | test -z "`git status -s | grep -v sc2mpd-$(VERSION)`" |
131 | test -z "`git status -s | grep -v sc2mpd-$(VERSION)`" |
132 | git tag -f -a sc2mpd-v$(VERSION) -m 'version $(VERSION)'
|
132 | git tag -a sc2mpd-v$(VERSION) -m 'version $(VERSION)' |