summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2009-11-15 18:31:28 -0500
committerGaetan Nadon <memsize@videotron.ca>2009-11-15 18:31:28 -0500
commitc8078878abaa2d2489a3778c89af043901582eac (patch)
tree0c35c8526df5fab2d11af10f36d3cee359056cf5
parentab57a912460acb83302152bd91c6336d500bb9cd (diff)
downloadxorg-proto-kbproto-c8078878abaa2d2489a3778c89af043901582eac.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 bbb5f36..b7a8c06 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,9 +14,12 @@ EXTRA_DIST = kbproto.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