From 9305f89f3940c310a3bd826da6c8d9d93869379c Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 20 Feb 2018 20:55:12 -0500 Subject: [PATCH] ci: fix man page generation on macOS --- ci/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install.sh b/ci/install.sh index 436f95b..37af9d7 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() {