aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-10-02 00:36:59 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-10-02 00:36:59 +0900
commite0d7f6335d48aafe3dbdeab250f875a2ce864c79 (patch)
tree8ebc7a6113280d0f82ca4efaffdb01a9ae584cc8 /bootstrap
parent6ed48bf0b112f7d1319a7c0d77750a8cbc3e97a8 (diff)
downloadgnunet-e0d7f6335d48aafe3dbdeab250f875a2ce864c79.tar.gz
gnunet-e0d7f6335d48aafe3dbdeab250f875a2ce864c79.zip
-f
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index c31b39023..842312c8b 100755
--- a/bootstrap
+++ b/bootstrap
@@ -109,7 +109,7 @@ sphinx_update()
109 cwd=$PWD 109 cwd=$PWD
110 cd contrib/sphinx || exit 1 110 cd contrib/sphinx || exit 1
111 # GNS 111 # GNS
112 make all >/dev/null || exit 1 112 make all || exit 1
113 cp -r _build/html ../../doc/handbook/ || exit 1 113 cp -r _build/html ../../doc/handbook/ || exit 1
114 cp -r _build/texinfo ../../doc/handbook/ || exit 1 114 cp -r _build/texinfo ../../doc/handbook/ || exit 1
115 cp -r _build/man/* ../../doc/man || exit 1 115 cp -r _build/man/* ../../doc/man || exit 1