sr: Generate ChangeLog from git upon 'make dist'.
This commit is contained in:
parent
7ae2f9d56f
commit
0fc12d66f1
|
@ -53,3 +53,11 @@ pkgconfig_DATA = libsigrok.pc
|
|||
|
||||
EXTRA_DIST = Doxyfile
|
||||
|
||||
MAINTAINERCLEANFILES = ChangeLog
|
||||
|
||||
.PHONY: ChangeLog
|
||||
ChangeLog:
|
||||
git --git-dir $(top_srcdir)/../.git log > ChangeLog || touch ChangeLog
|
||||
|
||||
dist-hook: ChangeLog
|
||||
|
||||
|
|
Loading…
Reference in New Issue