diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-10-28 14:09:10 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-10-28 14:09:10 -0400 |
commit | a7e1c8df93a77eefadc22d9b75ebe2c6f61ca895 (patch) | |
tree | fc17a922a1f0225266a7777d078d444ad14c919d | |
parent | d9adca488250021d4c48c021abefdf7b738fda39 (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-- | Makefile.am | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index cdf9b2d..7899a59 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/configure.ac b/configure.ac index 8b89fea..4edb3b4 100644 --- a/configure.ac +++ b/configure.ac @@ -37,7 +37,7 @@ m4_ifndef([XORG_MACROS_VERSION], XORG_MACROS_VERSION(1.3) XORG_DEFAULT_OPTIONS -AM_INIT_AUTOMAKE([dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |