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 | 726f220cbd1a9a795c57c6b8e9d2bcc7ba25de65 (patch) | |
tree | 153240004b6a282af63fe249c2dfdcea2f5fa70a | |
parent | bdd48bb136f3c7aa27845f5478c81579c39011eb (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 20543ef..4875daf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,8 +48,7 @@ appmandir = $(APP_MAN_DIR) appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) EXTRA_DIST = $(appman_PRE) -CLEANFILES = $(appman_DATA) ChangeLog -MAINTAINERCLEANFILES = ChangeLog +CLEANFILES = $(appman_DATA) SED = sed |