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 | fd408b06820004bf0cc090844ec28764f090339b (patch) | |
tree | 50c4391dc4eae79a569f389dde31ff3cce0c0ec1 | |
parent | a5311e7cf9744cc84e2c0b55ab67850bb5907532 (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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 8402b28..b3fd822 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,9 +35,8 @@ appmandir = $(APP_MAN_DIR) appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) -EXTRA_DIST = $(appman_PRE) ChangeLog +EXTRA_DIST = $(appman_PRE) CLEANFILES = $(appman_DATA) -MAINTAINERCLEANFILES = ChangeLog .PHONY: ChangeLog |