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
commit8184f9a6280de23d1cc140dd2ac9bc78625e434a (patch)
treee7c76b01fca356684dd25d5a3757221d2ef63569
parent406346c1a261127fae382a96010e7fb654115188 (diff)
downloadxorg-proto-resourceproto-8184f9a6280de23d1cc140dd2ac9bc78625e434a.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 1a96794..42a8c32 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,9 +10,12 @@ EXTRA_DIST = resourceproto.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