aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2013-09-29 16:05:34 +0200
committerTimo Weingärtner <timo@tiwe.de>2013-09-29 16:05:34 +0200
commit77830392bfb48d280d6079167ca0877cb657066b (patch)
treee31ecf74581dfd11bc55e7f1b10436d832f10680 /Makefile
parent47abe0b5581ffbce0e82b84f1689083e110bd292 (diff)
parent8f0e412b48178c00abd023917dd2c9050ee89c18 (diff)
downloadlibpam-pwdfile-77830392bfb48d280d6079167ca0877cb657066b.tar.gz
Merge tag 'v1.0' into debian
release 1.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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