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
commit77c20ac0cbcbff8b416446fd8dbb7a6ccbcc45e4 (patch)
tree7456121e65b43b58ad6a6558cf50df610cbc5b15
parent0a4f58d4f8155dceda5d06a5d0da25be04a49788 (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 c7d1b45..b8f6488 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,9 +12,12 @@ EXTRA_DIST = fontcacheproto.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