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:58 -0500
commitd3a954fade3096d9330aa8b466e78f433f768af3 (patch)
treee4e32c91aee045fa63a21d13d44172c5ee18b18a
parent7590cf57ba9b97f362c69dbf0cb64467f88dd89b (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 68de228..bacfaa3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -215,12 +215,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