summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-02-20 20:55:12 -0500
committerAndrew Gallant <jamslam@gmail.com>2018-02-20 20:55:12 -0500
commit9305f89f3940c310a3bd826da6c8d9d93869379c (patch)
tree66d40e339f08d631202163052d376dd29d6696af
parent9c216ad9a40ac97a081beffec9fb6fe6bfc8984d (diff)
ci: fix man page generation on macOS
-rwxr-xr-xci/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/install.sh b/ci/install.sh
index 436f95bf..37af9d7a 100755
--- a/ci/install.sh
+++ b/ci/install.sh
@@ -27,7 +27,7 @@ install_osx_dependencies() {
return
fi
- brew install asciidoc
+ brew install asciidoc docbook-xsl
}
configure_cargo() {