X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=a4d1457ac781c0fc74d74707765b08f679d4e3d9;hb=1fe3e6cc2add04d9a4b7fd314cf75b619594b127;hp=e81af87399f04366b89a55f8d2c326e5fb868047;hpb=9fb595e4d57da3bd65e143a45f74362ec35ead4f;p=sigrok-gtk.git diff --git a/Makefile.am b/Makefile.am index e81af87..a4d1457 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the sigrok-gtk project. ## ## Copyright (C) 2010 Bert Vermeulen ## @@ -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 +