From: Jim Meyering Date: Sun, 6 Dec 1998 21:06:02 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-4_1-b1~72 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5f51be9f19f1f5dd1ddf737dc926f6d5e9c24e0;p=thirdparty%2Fcoreutils.git . --- diff --git a/doc/Makefile.in b/doc/Makefile.in index 8856302943..e1aa308f10 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -93,9 +93,13 @@ info_TEXINFOS = fileutils.texi EXTRA_DIST = perm.texi getdate.texi -# Tell makeinfo to put everything in a single info file: sh-utils.info. -# Otherwise, it would also generate files with names like sh-utils.info-[123], -# and those names all map to one 14-byte name (sh-utils.info-) on some crufty +# The following is necessary if the package name is 8 characters or longer. +# If the info documentation would be split into 10 or more separate files, +# then this is necessary even if the package name is 7 characters long. +# +# Tell makeinfo to put everything in a single info file: .info. +# Otherwise, it would also generate files with names like .info-[123], +# and those names all map to one 14-byte name (.info-) on some crufty # old systems. MAKEINFO = makeinfo --no-split mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in index a186590b58..b2806aa7e3 100644 --- a/tests/mv/Makefile.in +++ b/tests/mv/Makefile.in @@ -92,7 +92,9 @@ l = @l@ AUTOMAKE_OPTIONS = 1.3 gnits -TESTS = mv-special-1 into-self into-self-2 backup-is-src i-1 +TESTS = mv-special-1 into-self into-self-2 into-self-3 backup-is-src \ + i-1 hard-link-1 + EXTRA_DIST = $(TESTS) setup TESTS_ENVIRONMENT = \ DF=../../src/df \