From 877f13a6056cc8b17a73a5d4c839cd8b30065f9b Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Wed, 28 Oct 2009 14:09:09 -0400 Subject: [PATCH] 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. --- Makefile.am | 7 +++++-- configure.ac | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 3b2bc91..9b19b85 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,9 +25,12 @@ SUBDIRS = src man config include pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xorg-joystick.pc -.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 d4ebd5d..86123f5 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ AC_INIT([xf86-input-joystick], AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_AUX_DIR(.) -AM_INIT_AUTOMAKE([dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE