fix dist tagging

This commit is contained in:
Jean-Francois Dockes 2021-10-11 11:30:12 +02:00
parent 3ea7c0fe2a
commit 0226988817

View File

@ -786,6 +786,6 @@ dist-hook:
\( -name '*.pyc' -o -name '#*' -o -name '*~' \) -delete)
if test -z "$(NOTAG)";then \
test -z "`git status -s|grep -v recoll-$(RECOLL-VERSION.txt)`"||exit 1; \
vers=`echo $(RECOLL-VERSION.txt) | sed -e 's/~/_/g'`;\
vers=`echo $(VERSION) | sed -e 's/~/_/g'`;\
git tag -a RECOLL-$$vers -m "Release $$vers tagged"; \
fi