aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap6
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap b/bootstrap
index 69f2cc863..69e524bd9 100755
--- a/bootstrap
+++ b/bootstrap
@@ -107,7 +107,7 @@ sphinx_update()
107 echo "Updating handbook..." 107 echo "Updating handbook..."
108 if existence sphinx-build; then 108 if existence sphinx-build; then
109 cwd=$PWD 109 cwd=$PWD
110 cd contrib/sphinx || exit 1 110 cd contrib/handbook || exit 1
111 if test -e _build; then 111 if test -e _build; then
112 make clean 112 make clean
113 fi 113 fi
@@ -148,7 +148,7 @@ gana_update()
148 echo "Creating default TLDs" 148 echo "Creating default TLDs"
149 cd ../gnu-name-system-default-tlds && \ 149 cd ../gnu-name-system-default-tlds && \
150 make >/dev/null && \ 150 make >/dev/null && \
151 cp tlds.conf ../../../src/gns || exit 1 151 cp tlds.conf ../../../src/service/gns || exit 1
152 152
153 # Signatures 153 # Signatures
154 echo "Updating GNUnet signatures" 154 echo "Updating GNUnet signatures"
@@ -164,7 +164,7 @@ gana_update()
164 cd ../gnunet-error-codes && \ 164 cd ../gnunet-error-codes && \
165 make >/dev/null && \ 165 make >/dev/null && \
166 cp gnunet_error_codes.h ../../../src/include && \ 166 cp gnunet_error_codes.h ../../../src/include && \
167 cp gnunet_error_codes.c ../../../src/util || exit 1 167 cp gnunet_error_codes.c ../../../src/lib/util || exit 1
168 cd $cwd 168 cd $cwd
169 else 169 else
170 echo "ERROR: No recutils found! Unable to generate recent GANA headers and configs." 170 echo "ERROR: No recutils found! Unable to generate recent GANA headers and configs."