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