rpm/Makefile.maint

8 lines
159 B
Makefile

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