diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-10-26 22:08:43 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-11-29 13:54:49 -0500 |
commit | f58f2bf44c35ca82ecd9f022a494af0fbcd0a537 (patch) | |
tree | 16377c39a8d524da0af9c573098f0ee8c98760ab | |
parent | 47051786b209039488dfca6b644db3f67ca96426 (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 4df32ed..f06239b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,8 +26,7 @@ pkgconfig_DATA = xrender.pc dist_doc_DATA = doc/libXrender.txt -EXTRA_DIST = xrender.pc.in ChangeLog -MAINTAINERCLEANFILES = ChangeLog +EXTRA_DIST = xrender.pc.in .PHONY: ChangeLog |