summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2009-11-15 18:31:29 -0500
committerGaetan Nadon <memsize@videotron.ca>2009-11-15 18:31:29 -0500
commit63fe565b82f5779d2750e2b718ae31e3e3119964 (patch)
tree7c6ee3b730ed7f81b7f0d2edbcdc9daf82fe0477
parent6ea1e170b8f7bfd277ae73aae1a45ea41fbd6684 (diff)
downloadxorg-proto-xf86bigfontproto-63fe565b82f5779d2750e2b718ae31e3e3119964.tar.gz
Makefile.am: INSTALL file is missing or incorrect #24206
The standard GNU file on building/installing tarball is copied using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS Add INSTALL target
-rw-r--r--Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index bc0af80..e43d84c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,9 +12,12 @@ EXTRA_DIST = xf86bigfontproto.pc.in
EXTRA_DIST += ChangeLog
MAINTAINERCLEANFILES = ChangeLog
-.PHONY: ChangeLog
+.PHONY: ChangeLog INSTALL
+
+INSTALL:
+ $(INSTALL_CMD)
ChangeLog:
$(CHANGELOG_CMD)
-dist-hook: ChangeLog
+dist-hook: ChangeLog INSTALL