diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-04-05 20:42:20 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-12-09 12:58:31 -0500 |
commit | 3d55286af9f597d81099f58c7236a920d02c7519 (patch) | |
tree | 0d1dbe8a62a179914f0fc6984431b8871a30657b /Makefile.am | |
parent | 30ed7c0b3f2dc131e9fa4bb53ba702b65b05b46a (diff) |
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 <memsize@videotron.ca>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |