Switch to unified view

a/src/Makefile.am b/src/Makefile.am
...
...
661
dist_man5_MANS = doc/man/recoll.conf.5
661
dist_man5_MANS = doc/man/recoll.conf.5
662
662
663
dist-hook:
663
dist-hook:
664
    (cd $(top_srcdir); find . \
664
    (cd $(top_srcdir); find . \
665
            \( -name '*.pyc' -o -name '#*' -o -name '*~' \) -delete)
665
            \( -name '*.pyc' -o -name '#*' -o -name '*~' \) -delete)
666
  modified=`hg status | \
666
  test -z "`git status -s | grep -v '??' | grep -v Makefile.am`" 
667
        grep -v /$(distdir)/|egrep -v 'debianunitysco|packaging|website'`; \
667
  git tag -a RECOLL-$(VERSION) -m "Release $(VERSION) tagged"
668
  if test ! -z "$$modified"; then \
669
            echo Local directory is modified: $$modified ; exit 1; fi
670
  hg tag -f -m "Release $(VERSION) tagged" RECOLL-$(VERSION)