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
commit5ad105c41bc16d0ab149a8e77906af2b5498168e (patch)
treefa5242439541767029a848ce710454bc42e9bc88
parent29df99549d157a0d96607cc55e9789d194356f08 (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 dd0b028..3895545 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,9 +12,12 @@ EXTRA_DIST = recordproto.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