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

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

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