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
commit30e74edd11466dd0b8b374b0f0d11b00def49660 (patch)
tree606e82d01d580e3a387eaa90ebb61bc2fc8eff71
parente3250dcc6c5a835e490dad1553a4b36e7e84c5f6 (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 3c86ac3..3f448c7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,9 +24,12 @@ sgmlentdir = $(prefix)/share/sgml/X11
dist_sgmlent_DATA = defs.ent
-.PHONY: ChangeLog
+.PHONY: ChangeLog INSTALL
+
+INSTALL:
+ $(INSTALL_CMD)
ChangeLog:
$(CHANGELOG_CMD)
-dist-hook: ChangeLog
+dist-hook: ChangeLog INSTALL