summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2009-10-28 14:09:10 -0400
committerGaetan Nadon <memsize@videotron.ca>2009-11-14 09:26:16 -0500
commit464390f16d7ed4aa5bf80f89863ba92273075ec2 (patch)
treec7f45d3e9e3757e36daea3eb375f15ce9bdffffc /Makefile.am
parent6360e7f0ce6a75da2bed33ede7fea783a1fb80e1 (diff)
downloadxorg-lib-libX11-464390f16d7ed4aa5bf80f89863ba92273075ec2.tar.gz
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 6c379de4..48a373b5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,12 +15,15 @@ EXTRA_DIST=x11.pc.in x11-xcb.pc.in
DISTCLEANFILES = doltcompile doltlibtool
-.PHONY: ChangeLog
+.PHONY: ChangeLog INSTALL
+
+INSTALL:
+ $(INSTALL_CMD)
ChangeLog:
$(CHANGELOG_CMD)
-dist-hook: ChangeLog
+dist-hook: ChangeLog INSTALL
if LINT
# Check source code with tools like lint & sparse