gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -update submodule; properly integrate wi


From: gnunet
Subject: [gnunet] branch master updated: -update submodule; properly integrate with build and install !release
Date: Sun, 07 Aug 2022 14:57:00 +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 5bd9870c8 -update submodule; properly integrate with build and install 
!release
5bd9870c8 is described below

commit 5bd9870c830b8f7c1d3dd7b3f531c5fd3acd3f0c
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sun Aug 7 14:56:57 2022 +0200

    -update submodule; properly integrate with build and install !release
---
 configure.ac    |  1 -
 doc/Makefile.am | 30 ++++++++++++++++++++++++++++--
 doc/sphinx      |  2 +-
 3 files changed, 29 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index d4fa88306..60ff7e4b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1288,7 +1288,6 @@ contrib/scripts/Makefile
 contrib/scripts/gnunet-logread/Makefile
 doc/Makefile
 doc/man/Makefile
-doc/sphinx/Makefile
 doc/doxygen/Makefile
 m4/Makefile
 po/Makefile.in
diff --git a/doc/Makefile.am b/doc/Makefile.am
index ba3024b12..84e7e5fbd 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -2,12 +2,38 @@
 
 
 if DOCUMENTATION
-  SUBDIRS = doxygen sphinx
+  SUBDIRS = doxygen
+all-local:
+       cd sphinx && make html
+
+install-data-hook:
+       mkdir -p $(DESTDIR)$(docdir)
+       cp -pr sphinx/_build/html $(DESTDIR)$(docdir)
+
+_build/man/gnunet.1: Makefile
+       cd sphinx && make man
+
 if INCLUDE_MANPAGES
+man_MANS = sphinx/_build/man/gnunet.1
   SUBDIRS += man
 endif
 endif
 
 EXTRA_DIST =                                                   \
        system_specific/outdated-and-old-installation-instructions.txt \
-       system_specific/FROM_SOURCE
+       system_specific/FROM_SOURCE \
+       sphinx/about.rst \
+       sphinx/conf.py \
+       sphinx/faq.rst \
+       sphinx/gana.rst \
+       sphinx/guis \
+       sphinx/index.rst \
+       sphinx/installing.rst \
+       sphinx/livingstandards.rst \
+       sphinx/make.bat \
+       sphinx/man_developers \
+       sphinx/man_users \
+       sphinx/preface.rst \
+       sphinx/_static
+
+
diff --git a/doc/sphinx b/doc/sphinx
index be118c292..c8cb9262b 160000
--- a/doc/sphinx
+++ b/doc/sphinx
@@ -1 +1 @@
-Subproject commit be118c2920f5d3f597981b5da0f60d1443ff16a6
+Subproject commit c8cb9262ba1102b2cad457f38108fce2fd412ed2

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