diff options
author | Timo Weingärtner <timo@tiwe.de> | 2013-09-29 16:05:34 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2013-09-29 16:05:34 +0200 |
commit | 77830392bfb48d280d6079167ca0877cb657066b (patch) | |
tree | e31ecf74581dfd11bc55e7f1b10436d832f10680 /Makefile | |
parent | 47abe0b5581ffbce0e82b84f1689083e110bd292 (diff) | |
parent | 8f0e412b48178c00abd023917dd2c9050ee89c18 (diff) | |
download | libpam-pwdfile-77830392bfb48d280d6079167ca0877cb657066b.tar.gz |
Merge tag 'v1.0' into debian
release 1.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |