summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2009-10-28 14:08:40 -0400
committerGaetan Nadon <memsize@videotron.ca>2009-11-25 19:36:37 -0500
commitdb1d9daa9c8527f1cbcab941c72f7b923343b188 (patch)
tree4242cdc5a37b9402a7251dc9759773869a8a7217 /Makefile.am
parente427b7282cb07885b9be98ee238c544bfc9e40b0 (diff)
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 b4db09d..f36d43e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,12 +38,15 @@ EXTRA_DIST = $(appman_PRE)
CLEANFILES = $(appman_DATA)
-.PHONY: ChangeLog
+.PHONY: ChangeLog INSTALL
+
+INSTALL:
+ $(INSTALL_CMD)
ChangeLog:
$(CHANGELOG_CMD)
-dist-hook: ChangeLog
+dist-hook: ChangeLog INSTALL
SED = sed