projects
/
kboot-utils.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8ae448
)
Makefile: add a rule to generate a GNU style ChangeLog
author
Antonio Ospite <ospite@studenti.unina.it>
Fri, 23 Sep 2011 11:14:41 +0000
(13:14 +0200)
committer
Antonio Ospite <ospite@studenti.unina.it>
Fri, 23 Sep 2011 11:24:46 +0000
(13:24 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
8529cb3
..
66607ac
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-9,3
+9,6
@@
install:
install -m 0644 kboot-mkconfig_lib $(DESTDIR)$(PREFIX)/lib/kboot/kboot-mkconfig_lib
install -m 0755 kboot-mkconfig $(DESTDIR)$(PREFIX)/sbin/kboot-mkconfig
install -m 0644 default.kboot $(DESTDIR)$(SYSCONFDIR)/default/kboot
+
+changelog:
+ git log --pretty="format:%ai %aN <%aE>%n%n%x09* %s%d%n" > ChangeLog