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
commit5104b0f31b74fc7b218e2b778f37bee224c80e61 (patch)
tree3be9c3ea7aa257343e111ee7d4705f8d7c715380
parent10b2b3fe9fa6b675219877dd42618f36a7679e5d (diff)
downloadxorg-proto-xcmiscproto-5104b0f31b74fc7b218e2b778f37bee224c80e61.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 e1827aa..ce2d109 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,9 +11,12 @@ EXTRA_DIST = xcmiscproto.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