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
commit0f48ff7126195d15c4d55f55c97ff037e3d09ed2 (patch)
tree77924a96304c4d952f7244a4f03dff46564380c7
parent1f8141a5e3b585dfccc748400b05c9c24b41e767 (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 8afe522..f03de95 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,12 +21,13 @@
SUBDIRS = 100dpi 75dpi cyrillic misc
-EXTRA_DIST = ChangeLog
-MAINTAINERCLEANFILES = ChangeLog
-.PHONY: ChangeLog
+.PHONY: ChangeLog INSTALL
+
+INSTALL:
+ $(INSTALL_CMD)
ChangeLog:
$(CHANGELOG_CMD)
-dist-hook: ChangeLog
+dist-hook: ChangeLog INSTALL