From: Antonio Ospite Date: Sun, 17 Nov 2013 23:59:20 +0000 (+0100) Subject: Add a Makefile rule to generate a Changelog file X-Git-Tag: v0.1~2 X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/bc5a96be5999087160f174f0d1dfc3d68e6cc015?ds=inline Add a Makefile rule to generate a Changelog file --- diff --git a/Makefile b/Makefile index e076b13..d0c6b07 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,9 @@ all: clean: rm -f tweeper.1 +changelog: + git log --pretty="format:%ai %aN <%aE>%n%n%x09* %s%d%n" > ChangeLog + docs: a2x -f manpage tweeper.1.asciidoc