aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-09-27 11:26:06 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-09-27 11:26:06 +0900
commita3c9728827920f6cfe230f816a29a80aa72d3c91 (patch)
tree42d667dc0ec256cdb78e493acb92fdda102661c8 /bootstrap
parent9b6a917878a08cbbdbf07e49189f97ddb904c40f (diff)
downloadgnunet-a3c9728827920f6cfe230f816a29a80aa72d3c91.tar.gz
gnunet-a3c9728827920f6cfe230f816a29a80aa72d3c91.zip
BUILD: Improve documentation build
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap8
1 files changed, 0 insertions, 8 deletions
diff --git a/bootstrap b/bootstrap
index 3fa6e67ad..96c0f7196 100755
--- a/bootstrap
+++ b/bootstrap
@@ -87,13 +87,6 @@ check_libtool()
87 fi 87 fi
88} 88}
89 89
90sphinx ()
91{
92 # Bootstrap Sphinx documentation
93 cd doc/sphinx; make man info html >/dev/null; cd -
94}
95
96
97submodules() 90submodules()
98{ 91{
99 # Try to update the submodule. Since bootstrap 92 # Try to update the submodule. Since bootstrap
@@ -149,7 +142,6 @@ main()
149 gana_update 142 gana_update
150 check_uncrustify 143 check_uncrustify
151 check_yapf 144 check_yapf
152 sphinx
153 check_libtool 145 check_libtool
154} 146}
155 147