aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap8
1 files changed, 8 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 96c0f7196..cee9a1ff7 100755
--- a/bootstrap
+++ b/bootstrap
@@ -87,6 +87,13 @@ check_libtool()
87 fi 87 fi
88} 88}
89 89
90sphinx ()
91{
92 # Bootstrap Sphinx documentation
93 cd doc/sphinx; make man info ; cd -
94}
95
96
90submodules() 97submodules()
91{ 98{
92 # Try to update the submodule. Since bootstrap 99 # Try to update the submodule. Since bootstrap
@@ -142,6 +149,7 @@ main()
142 gana_update 149 gana_update
143 check_uncrustify 150 check_uncrustify
144 check_yapf 151 check_yapf
152 sphinx
145 check_libtool 153 check_libtool
146} 154}
147 155