gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 01/02: meson: fix handbook path


From: gnunet
Subject: [gnunet] 01/02: meson: fix handbook path
Date: Tue, 20 Feb 2024 20:12:41 +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 ab8cc39aac9358378ac0d9be654de41c780a2d67
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Feb 16 18:14:03 2024 +0100

    meson: fix handbook path
---
 doc/handbook/meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/handbook/meson.build b/doc/handbook/meson.build
index dd9a2ddcf..ee6156192 100644
--- a/doc/handbook/meson.build
+++ b/doc/handbook/meson.build
@@ -12,7 +12,7 @@ else
       output: 'html',
       command: [sphinx,
               '-M', 'html',
-              meson.project_source_root()/'contrib'/'sphinx', 
meson.current_build_dir()],
+              meson.project_source_root()/'contrib'/'handbook', 
meson.current_build_dir()],
       install: true,
       install_dir: docdir)
   endif
@@ -27,7 +27,7 @@ else
       output: ['texinfo'],
       command: [sphinx,
               '-M', 'texinfo',
-              meson.project_source_root()/'contrib'/'sphinx', 
meson.current_build_dir()],
+              meson.project_source_root()/'contrib'/'handbook', 
meson.current_build_dir()],
       install: false,
       install_dir: get_option('infodir'))
     custom_target('gnunet.info',

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