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
commit765cabb3633ddc262a2ca2faeb0319c8c3cc7723 (patch)
tree98bc347cc6ed8e10d3000ab8c2336bb09e2f4686
parent5a217580a3ef10d1779bef4fa7e9bb98c4b5696b (diff)
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 5b4a727..88ebb41 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,9 +11,12 @@ EXTRA_DIST = evieproto.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