Switch to unified view
a/Makefile.am | b/Makefile.am | ||
---|---|---|---|
... |
... |
||
55 | src/sc2mpd.cpp \ |
55 | src/sc2mpd.cpp \ |
56 | src/wav.cpp \ |
56 | src/wav.cpp \ |
57 | src/wav.h \ |
57 | src/wav.h \ |
58 | src/workqueue.h |
58 | src/workqueue.h |
59 | 59 | ||
60 | dist-hook: |
60 | #dist-hook:
|
61 | test -z "`git status -s | grep -v sc2mpd-$(VERSION)`" |
61 | # test -z "`git status -s | grep -v sc2mpd-$(VERSION)`"
|
62 | git tag -f -a sc2mpd-v$(VERSION) -m 'version $(VERSION)' |
62 | # git tag -f -a sc2mpd-v$(VERSION) -m 'version $(VERSION)'
|