summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2014-04-03 12:14:06 +0300
committerPanu Matilainen <pmatilai@redhat.com>2014-09-05 14:48:19 +0300
commitc9d1188eab780bcce808b504e0f280a9e7c39af2 (patch)
tree967225f8aa7f883c102a6ea0e4f9fe52648ddf19
parent7f09c1b9bf85cf008a5517123f49bd690e088248 (diff)
downloadrpm-c9d1188eab780bcce808b504e0f280a9e7c39af2.tar.gz
Add a "release" target to Makefile.maint, mainly for changelog updating atm
(cherry picked from commit a1f62c26e0e2f7f9e17c700ffa07510e4534cb2a)
-rw-r--r--Makefile.maint2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.maint b/Makefile.maint
index 6eddaa1f4..7c0014c16 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -3,5 +3,7 @@ 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