X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=Makefile.am;h=4f34e5a192edef0b48057bb9be5d6e686f5d702f;hp=58ed2520f040c9aad6664ff8da97b56113a55850;hb=5626f8b4101330194c5b70a59ee3579087b7f7a5;hpb=14b42dad483c98b3dbf7b389e60b9cede1cd122f diff --git a/Makefile.am b/Makefile.am index 58ed252..4f34e5a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,3 +39,11 @@ pkgconfig_DATA = libsigrokdecode.pc EXTRA_DIST = Doxyfile +DISTCLEANFILES = ChangeLog + +.PHONY: ChangeLog +ChangeLog: + git --git-dir $(top_srcdir)/../.git log > ChangeLog || touch ChangeLog + +dist-hook: ChangeLog +