This commit is contained in:
Jean-Francois Dockes 2019-07-06 15:07:22 +02:00
parent 4c12c0e833
commit 5fe2096a68

View File

@ -758,7 +758,6 @@ dist_man5_MANS = doc/man/recoll.conf.5
dist-hook:
(cd $(top_srcdir); find . \
\( -name '*.pyc' -o -name '#*' -o -name '*~' \) -delete)
test -z "`git status -s | grep -v '??' | grep -v Makefile.am`"
vers=`echo $(VERSION) | sed -e 's/~/_/g'` \
test -z "`git status -s | grep -v '??' | grep -v Makefile.am`"
vers=`echo $(VERSION) | sed -e 's/~/_/g'`;\
git tag -a RECOLL-$$vers -m "Release $$vers tagged"