From 183200793e5aec74f73b21bd96d46b447da64f11 Mon Sep 17 00:00:00 2001 From: Timo Weingärtner Date: Sat, 28 Sep 2013 16:35:58 +0200 Subject: Makefile: add target changelog-from-git needs moreutils --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 6905e9a..a0d2f3f 100644 --- a/Makefile +++ b/Makefile @@ -32,3 +32,6 @@ install: $(LIBSHARED) clean: $(RM) *.o *.so + +changelog-from-git: changelog + { git log --decorate $(shell head -1 changelog | cut -d\ -f2).. | vipe; echo; cat changelog; } | sponge changelog -- cgit v1.2.3