summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2009-10-28 14:09:09 -0400
committerGaetan Nadon <memsize@videotron.ca>2009-10-28 14:09:09 -0400
commitb6cb39282a530930672da3c58132a8cabe54a05b (patch)
tree1d7c6cbc2ee75081123729222ee7fdd87fb2b040
parent9c250e804fbf7042acc1ab972d93f7f9cf2a128c (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.am7
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 0143f5d..26ab815 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,9 +6,12 @@ EXTRA_DIST = genmakefile.sh
AUTOMAKE_OPTIONS = foreign
-dist-hook: ChangeLog
+dist-hook: ChangeLog INSTALL
-.PHONY: ChangeLog
+.PHONY: ChangeLog INSTALL
+
+INSTALL:
+ $(INSTALL_CMD)
ChangeLog:
$(CHANGELOG_CMD)
diff --git a/configure.ac b/configure.ac
index 9af574e..5967392 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.57])
AC_INIT(xcursor-themes, [1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xcursor-themes)
-AM_INIT_AUTOMAKE([dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE
# Require xorg-macros: XORG_DEFAULT_OPTIONS