make dist fixup

This commit is contained in:
Jean-Francois Dockes 2015-08-10 16:17:53 +02:00
parent 455543a71e
commit 4edcff7792

View file

@ -562,6 +562,7 @@ dist_man1_MANS = doc/man/recoll.1 doc/man/recollq.1 doc/man/recollindex.1
dist_man5_MANS = doc/man/recoll.conf.5 dist_man5_MANS = doc/man/recoll.conf.5
dist-hook: dist-hook:
if test ! -z "`hg status`";then echo Local directory is modified ; \ modified=`hg status | grep -v /$(distdir)/`; \
exit 1; fi if test ! -z "$$modified"; then \
echo Local directory is modified: $$modified ; exit 1; fi
hg tag -f -m "Release $(VERSION) tagged" RECOLL-$(VERSION) hg tag -f -m "Release $(VERSION) tagged" RECOLL-$(VERSION)