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.
This commit is contained in:
Gaetan Nadon
2009-10-28 14:09:09 -04:00
parent b92482e522
commit 8d766ddd89
2 changed files with 6 additions and 3 deletions

View File

@@ -27,9 +27,12 @@ README: README.sgml
endif
EXTRA_DIST = README.sgml
.PHONY: ChangeLog
.PHONY: ChangeLog INSTALL
INSTALL:
$(INSTALL_CMD)
ChangeLog:
$(CHANGELOG_CMD)
dist-hook: ChangeLog
dist-hook: ChangeLog INSTALL