diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-10-28 14:09:11 -0400 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-11-11 21:44:24 -0800 |
commit | 801f0e59800ea4a3f6c85b22dea6f2c400bda703 (patch) | |
tree | b09816aa79d12afcd44d282b249c5afa7a5436b0 /Makefile.am | |
parent | c93f516e850c2ef2b47cc2e282f9081ae7165ac7 (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.
Reviewed-By: Jeremy Huddleston <jeremyhu@apple.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 3c5851216..667c0de72 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -AUTOMAKE_OPTIONS=dist-bzip2 foreign nostdinc +AUTOMAKE_OPTIONS=nostdinc ACLOCAL_AMFLAGS = -I m4 if COMPOSITE @@ -58,12 +58,15 @@ DISTCHECK_CONFIGURE_FLAGS=\ DISTCLEANFILES = doltcompile doltlibtool -.PHONY: ChangeLog +.PHONY: ChangeLog INSTALL + +INSTALL: + $(INSTALL_CMD) ChangeLog: $(CHANGELOG_CMD) -dist-hook: ChangeLog +dist-hook: ChangeLog INSTALL DIST_SUBDIRS = \ doc \ |