gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 02/02: meson: fix for submodule change


From: gnunet
Subject: [gnunet] 02/02: meson: fix for submodule change
Date: Tue, 07 Nov 2023 14:14:25 +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 a2e0b8212fdfaa56f124e7ccf37d17fe221cc183
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Tue Nov 7 14:14:18 2023 +0100

    meson: fix for submodule change
---
 meson-dist-script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson-dist-script b/meson-dist-script
index fb328af9b..eddda1135 100644
--- a/meson-dist-script
+++ b/meson-dist-script
@@ -13,7 +13,7 @@ cd "${MESON_DIST_ROOT}"
 echo "Updating handbook..."
 if existence sphinx-build; then
   cwd=$PWD
-  cd src/handbook || exit 1
+  cd contrib/handbook || exit 1
   if test -e _build; then
     make clean
   fi

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