diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-10-28 14:09:08 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-11-11 15:12:11 -0500 |
commit | 90d54a9a94ac30ac6ee7fa78ea8e6a898490afe6 (patch) | |
tree | 1c637f0542ae795e5272938ab34a9b16728131ce | |
parent | 8d49899afe456a93c2bb7477b963fd31dbad5942 (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-- | AUTHORS | 0 | ||||
-rw-r--r-- | INSTALL | 0 | ||||
-rw-r--r-- | Makefile.am | 7 | ||||
-rw-r--r-- | NEWS | 0 |
4 files changed, 5 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index e69de29..0000000 --- a/AUTHORS +++ /dev/null diff --git a/INSTALL b/INSTALL deleted file mode 100644 index e69de29..0000000 --- a/INSTALL +++ /dev/null diff --git a/Makefile.am b/Makefile.am index 656d22c..9197296 100644 --- a/Makefile.am +++ b/Makefile.am @@ -67,9 +67,12 @@ SUFFIXES = .$(APP_MAN_SUFFIX) .man $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ -.PHONY: ChangeLog +.PHONY: ChangeLog INSTALL + +INSTALL: + $(INSTALL_CMD) ChangeLog: $(CHANGELOG_CMD) -dist-hook: ChangeLog +dist-hook: ChangeLog INSTALL |