diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-10-26 22:08:38 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-10-26 22:08:38 -0400 |
commit | 5d3fb3c68c681cce10d3625bab85bb39c18e5e3b (patch) | |
tree | c1f3317c14be144e455bd904cb198b87c5bd86c6 | |
parent | 6b8182c54689c67fa35ac471fcfc4e7ee73b7b91 (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 883dad3..4527b30 100644 --- a/Makefile.am +++ b/Makefile.am @@ -95,8 +95,6 @@ SUFFIXES = .$(APP_MAN_SUFFIX) .man .man.$(APP_MAN_SUFFIX): $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ -EXTRA_DIST += ChangeLog -MAINTAINERCLEANFILES = ChangeLog .PHONY: ChangeLog |