diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-10-26 22:08:39 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-10-26 22:08:39 -0400 |
commit | 8eb678dc5d32719434667593202175d66c347c12 (patch) | |
tree | 1ca713dbabe8dcd60b6a352244a58b1ae1374ce9 | |
parent | 382ee990c5f3d74f43e25601a3cdea30e1c3e1f5 (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 7446db7..92c5c31 100644 --- a/Makefile.am +++ b/Makefile.am @@ -62,8 +62,6 @@ SUFFIXES = .$(APP_MAN_SUFFIX) .man .man.$(APP_MAN_SUFFIX): sed $(MAN_SUBSTS) < $< > $@ -EXTRA_DIST += ChangeLog -MAINTAINERCLEANFILES = ChangeLog .PHONY: ChangeLog |