Switch to unified view

a/Makefile.am b/Makefile.am
...
...
177
177
178
dist_man1_MANS = man/upmpdcli.1
178
dist_man1_MANS = man/upmpdcli.1
179
179
180
dist-hook:
180
dist-hook:
181
    rm -rf rdpl2stream/__pycache__/
181
    rm -rf rdpl2stream/__pycache__/
182
  test -z "`git status -s | grep -v upmpdcli-${VERSION} | \
182
  test -z "`git status -s | grep -v '??' | grep -v Makefile.am`" 
183
                     grep -v rdpl2stream.tar.gz | \
184
                     grep -v -- -fixed.cpp`" 
185
    git tag -f -a upmpdcli-v$(VERSION) -m 'version $(VERSION)'
183
    git tag -f -a upmpdcli-v$(VERSION) -m 'version $(VERSION)'