summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2009-11-12 15:00:02 -0500
committerGaetan Nadon <memsize@videotron.ca>2009-11-12 15:00:02 -0500
commit62760e7de55d0411dc192112689c25bee0991098 (patch)
tree2705b4541ddd800e5468a0d37131837637472acd
parentf4340ba7529cf2a1ab442fa55feb480c3fd26e8c (diff)
downloadxscope-62760e7de55d0411dc192112689c25bee0991098.tar.gz
INSTALL, NEWS, README and AUTHORS files are missing/incorrect #24206
Add missing INSTALL file. Use standard GNU file on building tarball For all X.Org components.
-rw-r--r--Makefile.am10
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index b64a0af..44c64d7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -79,16 +79,18 @@ appmandir = $(APP_MAN_DIR)
appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
-EXTRA_DIST = $(appman_PRE) ChangeLog autogen.sh
+EXTRA_DIST = $(appman_PRE) autogen.sh
CLEANFILES = $(appman_DATA)
-MAINTAINERCLEANFILES = ChangeLog
-.PHONY: ChangeLog
+.PHONY: ChangeLog INSTALL
+
+INSTALL:
+ $(INSTALL_CMD)
ChangeLog:
$(CHANGELOG_CMD)
-dist-hook: ChangeLog
+dist-hook: ChangeLog INSTALL
SED = sed
diff --git a/configure.ac b/configure.ac
index c152345..a071302 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ dnl Process this file with autoconf to create configure.
AC_PREREQ([2.57])
AC_INIT(xscope,[1.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xscope)
-AM_INIT_AUTOMAKE([dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h)