gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 02/02: DOC: Update handbook and properly reset on bootstrap


From: gnunet
Subject: [gnunet] 02/02: DOC: Update handbook and properly reset on bootstrap
Date: Fri, 30 Dec 2022 11:25:33 +0100

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

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

commit 2a7d977ee0b1f5ef6ee3fe1ec73a8b81b06622f0
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Dec 30 19:24:58 2022 +0900

    DOC: Update handbook and properly reset on bootstrap
---
 bootstrap      | 6 ++++++
 contrib/sphinx | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/bootstrap b/bootstrap
index fbe03c6f7..727df2e99 100755
--- a/bootstrap
+++ b/bootstrap
@@ -110,7 +110,13 @@ sphinx_update()
       cd contrib/sphinx || exit 1
       # GNS
       make html >/dev/null || exit 1
+      if test -e ../../doc/handbook/html; then
+        rm -r ../../doc/handbook/html || exit 1
+      fi
       cp -r _build/html ../../doc/handbook/ || exit 1
+      if test -e ../../doc/handbook/texinfo; then
+        rm -r ../../doc/handbook/texinfo || exit 1
+      fi
       make info >/dev/null || exit 1
       cp -r _build/texinfo ../../doc/handbook/ || exit 1
       cd $cwd
diff --git a/contrib/sphinx b/contrib/sphinx
index 4f40b5dec..263aed2cf 160000
--- a/contrib/sphinx
+++ b/contrib/sphinx
@@ -1 +1 @@
-Subproject commit 4f40b5deca02c8dc64ff6c73e6602e6abdd1bae2
+Subproject commit 263aed2cf5b5bbad6620fee899769eb4b0762f6e

-- 
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]