Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 24/9424/1
authorGaetan Nadon <memsize@videotron.ca>
Tue, 27 Oct 2009 02:08:39 +0000 (22:08 -0400)
committerSung-Jin Park <sj76.park@samsung.com>
Tue, 3 Sep 2013 04:10:27 +0000 (00:10 -0400)
ChangeLog filename is known to Automake and requires no further
coding in the makefile.

Change-Id: I6d6c984e4c2cfb2530d5d4cb48bf8cc776f53a73

Makefile.am

index 36b1129..af4fc3d 100644 (file)
@@ -71,8 +71,6 @@ SUFFIXES = .$(APP_MAN_SUFFIX) .man
 .man.$(APP_MAN_SUFFIX):
        $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
 
-EXTRA_DIST += ChangeLog
-MAINTAINERCLEANFILES = ChangeLog
 
 .PHONY: ChangeLog