diff options
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 |