X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=3e5aadd7617a803e590c1495e0a9b5ae552505d1;hb=ddb1e153f7428431a55c426e8a6549ee4a29e7ba;hp=e81af87399f04366b89a55f8d2c326e5fb868047;hpb=9fb595e4d57da3bd65e143a45f74362ec35ead4f;p=sigrok-gtk.git diff --git a/Makefile.am b/Makefile.am index e81af87..3e5aadd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,3 +45,11 @@ endif .rc.o: $(WINDRES) -o $@ $^ +MAINTAINERCLEANFILES = ChangeLog + +.PHONY: ChangeLog +ChangeLog: + git --git-dir $(top_srcdir)/../.git log > ChangeLog || touch ChangeLog + +dist-hook: ChangeLog +