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
commitf3bdf8ad3179fd2e7e75bf7c6a8aa5023a2ac356 (patch)
treea0933259ae387ac902073813276c99d82411089b
parent149cf98b2b9fb52c47742846509b2c08141c43b8 (diff)
downloadxorg-proto-renderproto-f3bdf8ad3179fd2e7e75bf7c6a8aa5023a2ac356.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 dc2602b..f2265cc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,9 +14,12 @@ EXTRA_DIST = renderproto.pc.in $(renderdoc_DATA)
EXTRA_DIST += ChangeLog
MAINTAINERCLEANFILES = ChangeLog
-.PHONY: ChangeLog
+.PHONY: ChangeLog INSTALL
+
+INSTALL:
+ $(INSTALL_CMD)
ChangeLog:
$(CHANGELOG_CMD)
-dist-hook: ChangeLog
+dist-hook: ChangeLog INSTALL