Switch to unified view

a/Makefile.am b/Makefile.am
...
...
196
dist_man1_MANS = man/upmpdcli.1
196
dist_man1_MANS = man/upmpdcli.1
197
197
198
dist-hook:
198
dist-hook:
199
    rm -rf rdpl2stream/__pycache__/
199
    rm -rf rdpl2stream/__pycache__/
200
    test -z "`git status -s | grep -v '??' | grep -v Makefile.am`" 
200
    test -z "`git status -s | grep -v '??' | grep -v Makefile.am`" 
201
    git tag -f -a upmpdcli-v$(VERSION) -m 'version $(VERSION)'
201
    git tag -a upmpdcli-v$(VERSION) -m 'version $(VERSION)'