summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2009-10-18 20:49:07 -0400
committerGaetan Nadon <memsize@videotron.ca>2009-11-23 14:03:04 -0500
commiteae07fd9c55cc9247df7be7319ac20256ab54219 (patch)
tree9ca4381dd35a0f78bc49802658e1cbbda826a0cd
parent04424df9ccec5147f4b3350e1360388dc857b8a8 (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 edbe95e..9892e5a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,12 +48,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