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:57 -0500
commite7584277c8d84687531580157f43b36951a7dd5e (patch)
treecda96a5a341570790cb6be91d5f4a619a10dddd2
parentd7795227e8a28b9adfaa8f2e9dc81c7bac8cb512 (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 393036a..4dabc9d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,12 +44,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