Switch to unified view

a/Makefile.am b/Makefile.am
...
...
236
236
237
dist_man1_MANS = man/upmpdcli.1
237
dist_man1_MANS = man/upmpdcli.1
238
238
239
dist-hook:
239
dist-hook:
240
    rm -rf rdpl2stream/__pycache__/
240
    rm -rf rdpl2stream/__pycache__/
241
#test -z "`git status -s | grep -v '??' | grep -v Makefile.am`" 
241
  test -z "`git status -s | grep -v '??' | grep -v Makefile.am`" 
242
#git tag -a upmpdcli-v$(VERSION) -m 'version $(VERSION)'
242
  git tag -a upmpdcli-v$(VERSION) -m 'version $(VERSION)'