summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2009-10-18 20:49:06 -0400
committerGaetan Nadon <memsize@videotron.ca>2009-11-23 14:02:56 -0500
commit2cf28136045d93a61a0fede85e11ed42b484b6a2 (patch)
treedae40fde8978f5c4c560bddc9586bee1160d3391
parente2e2c844d16e1be2e6ecbeff702c6b5b95a320fa (diff)
Makefile.am: add INSTALL target and clean ChangeLog DIST targets
Add INSTALL target to generate file with INSTALL_CMD #24206 ChangeLog is not required in EXTRA_DIST #24432 ChangeLog is not required in MAINTAINERCLEANFILES #24432
-rw-r--r--Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 796f551..e0dc2f6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -262,12 +262,13 @@ install-data-hook:
distuninstallcheck:
@:
-EXTRA_DIST += ChangeLog
-MAINTAINERCLEANFILES = ChangeLog
-.PHONY: ChangeLog
+.PHONY: ChangeLog INSTALL
+
+INSTALL:
+ $(INSTALL_CMD)
ChangeLog:
$(CHANGELOG_CMD)
-dist-hook: ChangeLog
+dist-hook: ChangeLog INSTALL