From 1442a2abe8ff6924c64c4e7559475c5b58d636f5 Mon Sep 17 00:00:00 2001 From: "David Adam (zanchey)" Date: Mon, 9 Sep 2013 20:01:38 +0800 Subject: test documentation: update wording, generate test manual page (closes #734) --- build_tools/build_documentation.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'build_tools/build_documentation.sh') diff --git a/build_tools/build_documentation.sh b/build_tools/build_documentation.sh index 2d971ec2..76c19a04 100755 --- a/build_tools/build_documentation.sh +++ b/build_tools/build_documentation.sh @@ -20,10 +20,8 @@ else fi # Determine which man pages we don't want to generate. -# Don't make a test man page. fish's test is conforming, so the system man pages -# are applicable and generally better. # on OS X, don't make a man page for open, since we defeat fish's open function on OS X. -CONDEMNED_PAGES=test.1 +CONDEMNED_PAGES= if test `uname` = 'Darwin'; then CONDEMNED_PAGES="$CONDEMNED_PAGES open.1" fi -- cgit v1.2.3