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:03 -0500
commitae06bcb063fe20aaa78057fc9e7baf24f5435f41 (patch)
tree8e5a68aa32567548b9c11cd841426d9635d2ddfa
parentafe4fc61f2e42f432afd1b6c216c3e8404e9d0a0 (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.am11
1 files changed, 6 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 7a5a99f..99dd31e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,7 +46,7 @@ FONT_FILES = \
fontdir = @FONTDIR@
font_DATA = $(FONT_FILES)
-EXTRA_DIST = $(FONT_FILES) license.txt README
+EXTRA_DIST = $(FONT_FILES) license.txt
install-data-hook:
@rm -f $(DESTDIR)$(fontdir)/fonts.scale
@@ -58,12 +58,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