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
commitb80d458dbe1704a7a351849a6e588c57205ac9c9 (patch)
tree26238c873fb821c7b321505b0f7fc08932265e99
parentaf090eb780ae74f102d6eda036e0b3bc888561b4 (diff)
downloadxorg-font-util-b80d458dbe1704a7a351849a6e588c57205ac9c9.tar.gz
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 6fd9a43..b7836f9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -78,12 +78,13 @@ SUFFIXES = .$(APP_MAN_SUFFIX) .man
.man.$(APP_MAN_SUFFIX):
$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
-EXTRA_DIST += ChangeLog
-MAINTAINERCLEANFILES = ChangeLog
-.PHONY: ChangeLog
+.PHONY: ChangeLog INSTALL
+
+INSTALL:
+ $(INSTALL_CMD)
ChangeLog:
$(CHANGELOG_CMD)
-dist-hook: ChangeLog
+dist-hook: ChangeLog INSTALL