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
commit5cd013191e8d4adf2c3b8818a7e1892e4566ed19 (patch)
tree7220977de9f103280fc4324015d811563474b086
parent8bb119d1c7cbbb5e3a6d3b0d997513f1012f2a86 (diff)
downloadxorg-proto-fontsproto-5cd013191e8d4adf2c3b8818a7e1892e4566ed19.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 99cf37c..02181f6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,9 +15,12 @@ EXTRA_DIST = fontsproto.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