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
commit4aacd1bf5ccdb37d062c4415672788686c56c91f (patch)
tree38b4fed0c0ebf6b1ead34f89aa47df20d88dffd0
parent34a870ad95126eb8198e2fef59cbe729ed30cf5b (diff)
downloadxorg-proto-xf86vidmodeproto-4aacd1bf5ccdb37d062c4415672788686c56c91f.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 292e753..714f20d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,9 +12,12 @@ EXTRA_DIST = xf86vidmodeproto.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