|
a/Makefile.am |
|
b/Makefile.am |
|
... |
|
... |
91 |
dist_sysconf_DATA = src/upmpdcli.conf-dist
|
91 |
dist_sysconf_DATA = src/upmpdcli.conf-dist
|
92 |
|
92 |
|
93 |
dist_man1_MANS = man/upmpdcli.1
|
93 |
dist_man1_MANS = man/upmpdcli.1
|
94 |
|
94 |
|
95 |
dist-hook:
|
95 |
dist-hook:
|
96 |
test -z "`git status -s | grep -v upmpdcli-$(VERSION)`|grep -v rdpl2stream.tar.gz"
|
96 |
test -z "`git status -s | grep -v upmpdcli-$(VERSION)| grep -v rdpl2stream.tar.gz`"
|
97 |
git tag -f -a upmpdcli-v$(VERSION) -m 'version $(VERSION)'
|
97 |
git tag -f -a upmpdcli-v$(VERSION) -m 'version $(VERSION)'
|