summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-26 08:54:23 +0000
committerJim Meyering <jim@meyering.net>2003-07-26 08:54:23 +0000
commitc165be06cbf4a9911dfdbc52b42a6f2669e7af65 (patch)
tree054a76c3844e5cdd39ad9d0d7faae5a56aa00c5b /man
parent7d03e2bd7133e3f4892ac6e28dcc71691cafd074 (diff)
downloadcoreutils-c165be06cbf4a9911dfdbc52b42a6f2669e7af65.tar.xz
(mapped_name): Use `../src/[' binary to create test.1.
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 91445ab2d..b0e397bdd 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -117,8 +117,9 @@ SUFFIXES = .x .1
# Ensure that help2man runs the ../src/ginstall binary as
# `install' when creating install.1.
+# Similarly, ensure that it uses the ../src/[ binary to create test.1.
t = $*.td
-mapped_name = `echo $*|sed 's/install/ginstall/'`
+mapped_name = `echo $*|sed 's/install/ginstall/; s/test/[/'`
# Note the use of $t/$*, rather than just `$*' as in other packages.
# That is necessary to avoid failures for programs that are also shell built-in