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 | f33e95d44bd378a4a7632f6b591e21b23a861486 (patch) | |
tree | 6912632552eef3139289b3b68048c68592c68634 | |
parent | 8c251b945f57923a37a34219589ac31227ab65df (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 90c2b01..79ca5bb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -106,8 +106,7 @@ appman_PRE = xdm.man.cpp appman_DATA = $(appman_PRE:man.cpp=@APP_MAN_SUFFIX@) CLEANFILES = $(appman_DATA) -EXTRA_DIST = $(appman_PRE) ChangeLog -MAINTAINERCLEANFILES = ChangeLog +EXTRA_DIST = $(appman_PRE) include $(top_srcdir)/cpprules.in |