diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-10-28 14:09:09 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-11-19 11:28:32 -0500 |
commit | 396ee9b7e7e3b1dd64532270c4e32cdb33857596 (patch) | |
tree | 3006dced38a6bdd3c98aeb70da80a23c755452fb /Makefile.am | |
parent | 1dcda0c4d5d506e18a7989ff05f2ad8569a73f23 (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.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 8b7c3c7d..882733f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,9 +21,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 |