projects
/
tweeper.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6abf3ad
)
Add a Makefile rule to generate a Changelog file
author
Antonio Ospite <ospite@studenti.unina.it>
Sun, 17 Nov 2013 23:59:20 +0000
(
00:59
+0100)
committer
Antonio Ospite <ospite@studenti.unina.it>
Sun, 17 Nov 2013 23:59:20 +0000
(
00:59
+0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
e076b13
..
d0c6b07
100644
(file)
--- 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