From 3d55286af9f597d81099f58c7236a920d02c7519 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Mon, 5 Apr 2010 20:42:20 -0400 Subject: config: the file COPYING in EXTRA_DIST is redundant COPYING is a filename known to Automake and does not need to be on EXTRA_DIST. Signed-off-by: Gaetan Nadon --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index bd25ded..7d85683 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,7 @@ appmandir = $(APP_MAN_DIR) appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) -EXTRA_DIST = $(appman_PRE) COPYING +EXTRA_DIST = $(appman_PRE) MAINTAINERCLEANFILES = ChangeLog INSTALL CLEANFILES = $(appman_DATA) -- cgit v1.2.3