projects
/
kinect-audio-setup.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Makefile: Add a rule to generate a GNU style Changelog
[kinect-audio-setup.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
57deaf8
..
70ad841
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-12,3
+12,6
@@
install:
clean:
make -C kinect_upload_fw clean
clean:
make -C kinect_upload_fw clean
+
+changelog:
+ git log --pretty="format:%ai %aN <%aE>%n%n%x09* %s%d%n" > ChangeLog