summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2009-10-28 14:09:09 -0400
committerGaetan Nadon <memsize@videotron.ca>2009-10-28 14:09:09 -0400
commit10fcd352ea6ea56f7bdea325e5f4ae2f08045d94 (patch)
tree5beda91033a84ecebd66313648103daedbc1df0f
parent221061239b76a8c769a51edab009de6bd2492df4 (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.
-rw-r--r--Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index ad72f78..f52476d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -133,9 +133,12 @@ EXTRA_DIST = \
util/macros.t
-.PHONY: ChangeLog
+.PHONY: ChangeLog INSTALL
+
+INSTALL:
+ $(INSTALL_CMD)
ChangeLog:
$(CHANGELOG_CMD)
-dist-hook: ChangeLog
+dist-hook: ChangeLog INSTALL