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:02 -0500
commit0cadd3eb7abb2b1ebcbffe12c35091cffe5c43cb (patch)
treea398f767cb148a8fed208f280a2c09d4c22c440b
parent9773a46e6246b7251052ed0b8d13b46bbaad3149 (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 e674320..72c0e09 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -59,12 +59,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