X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=Makefile.am;h=253475039148606046066b4d51aa5876a2fe5a43;hp=2aeb66cf3a76540084d8d617e6b5bbeb8ac9afd4;hb=d80c8dd0c8b6a7507ff8e16ba46734da394acecf;hpb=b156de5c04a3e6906ecbbaf0b8b47cf61a152e82 diff --git a/Makefile.am b/Makefile.am index 2aeb66c..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,11 +25,11 @@ bin_PROGRAMS = sigrok-cli sigrok_cli_SOURCES = sigrok-cli.c sigrok-cli.h parsers.c anykey.c -DISTCLEANFILES = ChangeLog +MAINTAINERCLEANFILES = ChangeLog .PHONY: ChangeLog ChangeLog: - git --git-dir $(top_srcdir)/../.git log > ChangeLog || touch ChangeLog + git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog dist-hook: ChangeLog