diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-10-26 22:08:39 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-11-11 09:47:28 -0500 |
commit | d2d7a487230ebc281aa2d1a88038befb69e63b7d (patch) | |
tree | f1a2f8e10edc297ce4834b10c6179ef37f0ac57a | |
parent | 2683cf26ec97c49fac6145227d9f4cae3fa8a1bd (diff) |
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
ChangeLog filename is known to Automake and requires no further
coding in the makefile.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index faa9e99..656d22c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,8 +66,6 @@ SUFFIXES = .$(APP_MAN_SUFFIX) .man .man.$(APP_MAN_SUFFIX): $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ -EXTRA_DIST += ChangeLog -MAINTAINERCLEANFILES = ChangeLog .PHONY: ChangeLog |