From 758c01b63b4067f5e610a778d48609fb83e96121 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Mon, 8 Oct 2001 23:52:01 +0200 Subject: * Makefile.am (AUTOMAKE_OPTIONS): Remove check-news (permission notice in NEWS file is too big). (dist-hook): Don't distribute numbered or unnumbered emacs backups. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 421b2a7d3..35b6f8654 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,7 +61,7 @@ LIBMP_LT_REVISION = 2 LIBMP_LT_AGE = 1 -AUTOMAKE_OPTIONS = gnu check-news no-dependencies ansi2knr +AUTOMAKE_OPTIONS = gnu no-dependencies ansi2knr # FIXME: This is a workaround for automake not allowing info_TEXINFOS to be # conditionalized. We want mpfr/mpfr.info only installed under @@ -270,5 +270,5 @@ gmp_TEXINFOS = fdl.texi # Don't ship CVS directories or emacs backups. dist-hook: - -find $(distdir) \( -name CVS -type d \) -o -name "*.~*" \ + -find $(distdir) \( -name CVS -type d \) -o -name "*~" \ | xargs rm -rf -- cgit v1.2.1