aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_tools
diff options
context:
space:
mode:
authorGravatar David Adam (zanchey) <zanchey@ucc.gu.uwa.edu.au>2013-09-09 20:01:38 +0800
committerGravatar David Adam (zanchey) <zanchey@ucc.gu.uwa.edu.au>2013-09-13 11:59:03 +0800
commit1442a2abe8ff6924c64c4e7559475c5b58d636f5 (patch)
treeee51f116b528bfc4798fa86cefe078dd67b96bda /build_tools
parente031fa72077140c6b0fa46aa4f8b6c350f75fedc (diff)
test documentation: update wording, generate test manual page (closes #734)
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/build_documentation.sh4
1 files changed, 1 insertions, 3 deletions
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