]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(mapped_name): Use `../src/[' binary to create test.1.
authorJim Meyering <jim@meyering.net>
Sat, 26 Jul 2003 08:54:23 +0000 (08:54 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 26 Jul 2003 08:54:23 +0000 (08:54 +0000)
man/Makefile.am

index 91445ab2d8d45def62a87691630f63fec06d450a..b0e397bdde6ee927065b1bdac68c7f2dba88c625 100644 (file)
@@ -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