Release 1.1.22
This commit is contained in:
parent
ca33f328bb
commit
2694258b20
6
Makefile
6
Makefile
@ -66,12 +66,6 @@ install: install-dirs
|
|||||||
done
|
done
|
||||||
|
|
||||||
dist: clean
|
dist: clean
|
||||||
@case `sed 15q ChangeLog` in \
|
|
||||||
*"$(VERSION)"*) : ;; \
|
|
||||||
*) \
|
|
||||||
echo "ChangeLog not updated; not releasing" 1>&2;\
|
|
||||||
exit 1;; \
|
|
||||||
esac
|
|
||||||
@git log > ChangeLog.git
|
@git log > ChangeLog.git
|
||||||
@mkdir /tmp/$(distdir)
|
@mkdir /tmp/$(distdir)
|
||||||
@cp -a * /tmp/$(distdir)/
|
@cp -a * /tmp/$(distdir)/
|
||||||
|
Loading…
Reference in New Issue
Block a user