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:10 -04:00
parent d9adca4882
commit a7e1c8df93
2 changed files with 6 additions and 3 deletions

View File

@@ -22,9 +22,12 @@ AUTOMAKE_OPTIONS = foreign
SUBDIRS = src man
.PHONY: ChangeLog
.PHONY: ChangeLog INSTALL
INSTALL:
$(INSTALL_CMD)
ChangeLog:
$(CHANGELOG_CMD)
dist-hook: ChangeLog
dist-hook: ChangeLog INSTALL