rpm/Makefile.maint

8 lines
159 B
Makefile
Raw Normal View History

include Makefile
snapshot: ChangeLog
2009-06-12 13:29:02 +08:00
@$(MAKE) dist VERSION=$(VERSION).git`git log --pretty=oneline|wc -l`
ChangeLog: .git
2009-06-12 13:29:02 +08:00
@git log --no-merges > ChangeLog