diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-10-26 22:08:39 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-10-28 17:31:44 -0400 |
commit | d3a3f207f7ee1a4d6ee854d262f9875449bca29f (patch) | |
tree | 16af814e2a8cb59b2f43ea9bad36498a1bac797c | |
parent | ca9714918eaa05fb631448519c60457d00bb66ae (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 94f3111..8fc1335 100644 --- a/Makefile.am +++ b/Makefile.am @@ -62,8 +62,6 @@ SUFFIXES = .$(APP_MAN_SUFFIX) .man .man.$(APP_MAN_SUFFIX): $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ -EXTRA_DIST += ChangeLog -MAINTAINERCLEANFILES = ChangeLog .PHONY: ChangeLog |