gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: -explicitly fix bsd


From: gnunet
Subject: [gnunet] branch master updated: -explicitly fix bsd
Date: Sat, 01 Oct 2022 17:56:46 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 6a36ebeab -explicitly fix bsd
6a36ebeab is described below

commit 6a36ebeabf6f670b700116e8fce26d9744407c39
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sun Oct 2 00:56:39 2022 +0900

    -explicitly fix bsd
---
 bootstrap | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bootstrap b/bootstrap
index 8fa0e02b7..2c6cea4ce 100755
--- a/bootstrap
+++ b/bootstrap
@@ -109,11 +109,11 @@ sphinx_update()
       cwd=$PWD
       cd contrib/sphinx || exit 1
       # GNS
-      make html || exit 1
+      make html >/dev/null || exit 1
       cp -r _build/html ../../doc/handbook/ || exit 1
-      make info || exit 1
+      make info >/dev/null || exit 1
       cp -r _build/texinfo ../../doc/handbook/ || exit 1
-      make man || exit 1
+      make man >/dev/null || exit 1
       cp -r _build/man/* ../../doc/man || exit 1
       cd $cwd
     else

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]