From c165be06cbf4a9911dfdbc52b42a6f2669e7af65 Mon Sep 17 00:00:00 2001 From: Jim Meyering <jim@meyering.net> Date: Sat, 26 Jul 2003 08:54:23 +0000 Subject: (mapped_name): Use `../src/[' binary to create test.1. --- man/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man') 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 -- cgit v1.2.3-70-g09d2