rpm/Makefile.maint

10 lines
179 B
Makefile
Raw Normal View History

include Makefile
snapshot: ChangeLog
@$(MAKE) dist VERSION=$(VERSION)-git`git rev-list --count HEAD`
release: ChangeLog dist
ChangeLog: .git
2009-06-12 13:29:02 +08:00
@git log --no-merges > ChangeLog