aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-09-24 12:22:07 +0200
committerChristian Grothoff <christian@grothoff.org>2022-09-24 12:22:12 +0200
commit6a9f604210b55eb75545eb6423c89093ec5417c5 (patch)
tree2a5de889e80c4f942f73489e25edebed93571477 /bootstrap
parent7a2a6471da82b7518f872373e99d2aac00e84a54 (diff)
downloadgnunet-6a9f604210b55eb75545eb6423c89093ec5417c5.tar.gz
gnunet-6a9f604210b55eb75545eb6423c89093ec5417c5.zip
-fix installation of gnunet.info
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