summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2009-11-14 16:36:38 -0500
committerGaetan Nadon <memsize@videotron.ca>2009-11-14 16:36:38 -0500
commitb79aac3e8dfb81774f2bdca1a22759a678a93742 (patch)
tree2eb864433f5b2b1f487bebd4c0f5921541481403
parent4e47c876c11b1d9b6d43acf0c42f74d022c852c8 (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.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 703a9c2..718e00f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,9 +11,11 @@ EXTRA_DIST = applewmproto.pc.in
EXTRA_DIST += ChangeLog
MAINTAINERCLEANFILES = ChangeLog
-.PHONY: ChangeLog
+.PHONY: ChangeLog INSTALL
ChangeLog:
$(CHANGELOG_CMD)
+INSTALL:
+ $(INSTALL_CMD)
-dist-hook: ChangeLog
+dist-hook: ChangeLog INSTALL