diff options
author | Jim Meyering <jim@meyering.net> | 2006-05-27 15:51:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-05-27 15:51:19 +0000 |
commit | 837d12dd602dbbf4051a3c045333d3bf8ddd1800 (patch) | |
tree | 74edfb1d990c2e0fe21976d0527770a14ca618ac /doc | |
parent | 17fc4cd8ab6df0dc50acac6d8cdc920a31e3fd2a (diff) | |
download | coreutils-837d12dd602dbbf4051a3c045333d3bf8ddd1800.tar.xz |
Use `AM_MAKEINFOFLAGS' rather than
overwriting `MAKEINFO', so that `missing' can do its job.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index b9f099550..b5e937144 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -11,7 +11,7 @@ EXTRA_DIST = perm.texi getdate.texi constants.texi doclicense.texi # Otherwise, it would also generate files with names like <package>.info-[123], # and those names all map to one 14-byte name (<package>.info-) on some crufty # old systems. -MAKEINFO = makeinfo --no-split +AM_MAKEINFOFLAGS = --no-split constants.texi: $(top_srcdir)/src/tail.c LC_ALL=C \ |