Switch to unified view
a/Makefile.am | b/Makefile.am | ||
---|---|---|---|
... |
... |
||
75 | 75 | ||
76 | dist_sysconf_DATA = src/upmpdcli.conf |
76 | dist_sysconf_DATA = src/upmpdcli.conf |
77 | 77 | ||
78 | dist_man1_MANS = man/upmpdcli.1 |
78 | dist_man1_MANS = man/upmpdcli.1 |
79 | 79 | ||
80 | #dist-hook: |
80 | #dist-hook:
|
81 | # test -z "`git status -s | grep -v upmpdcli-$(VERSION)`" |
81 | # test -z "`git status -s | grep -v upmpdcli-$(VERSION)`"
|
82 | # git tag -f -a upmpdcli-v$(VERSION) -m 'version $(VERSION)' |
82 | # git tag -f -a upmpdcli-v$(VERSION) -m 'version $(VERSION)'
|