summaryrefslogtreecommitdiff
path: root/Makefile.maint
blob: 69ca9252ba3b05d0468e12f1b0199bed7cfdf8c5 (plain)
1
2
3
4
5
6
7
8
9
include Makefile

snapshot: ChangeLog
	@$(MAKE) dist VERSION=$(VERSION)-git`git log --pretty=oneline|wc -l`

release: ChangeLog dist

ChangeLog: .git
	@git log --no-merges > ChangeLog