X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=Makefile.am;h=253475039148606046066b4d51aa5876a2fe5a43;hp=b8ebaacaf32e009acda18761c562ed370325e82d;hb=b4584f8dc3b0e7209b7ff819de2991cb09f5a4af;hpb=2c45d10255617167e34674cd9e7536b8f0b3dc5b diff --git a/Makefile.am b/Makefile.am index b8ebaac..2534750 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-cli project. ## ## Copyright (C) 2010 Bert Vermeulen ## @@ -25,3 +25,11 @@ bin_PROGRAMS = sigrok-cli sigrok_cli_SOURCES = sigrok-cli.c sigrok-cli.h parsers.c anykey.c +MAINTAINERCLEANFILES = ChangeLog + +.PHONY: ChangeLog +ChangeLog: + git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog + +dist-hook: ChangeLog +