aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index cee9a1ff7..3fa6e67ad 100755
--- a/bootstrap
+++ b/bootstrap
@@ -90,7 +90,7 @@ check_libtool()
90sphinx () 90sphinx ()
91{ 91{
92 # Bootstrap Sphinx documentation 92 # Bootstrap Sphinx documentation
93 cd doc/sphinx; make man info ; cd - 93 cd doc/sphinx; make man info html >/dev/null; cd -
94} 94}
95 95
96 96