gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -do not make installation of man pages c


From: gnunet
Subject: [gnunet] branch master updated: -do not make installation of man pages conditional on sphinx being available at compile-time
Date: Sun, 25 Sep 2022 14:01:06 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new c6ca8b27b -do not make installation of man pages conditional on sphinx 
being available at compile-time
c6ca8b27b is described below

commit c6ca8b27b0622a03a1c3d6218001df8aa696d514
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Sep 25 14:01:01 2022 +0200

    -do not make installation of man pages conditional on sphinx being 
available at compile-time
---
 doc/Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index e56d53322..b55fc79b3 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -4,16 +4,15 @@ if DOCUMENTATION
   SUBDIRS = . doxygen
 all-local:
        cd sphinx && make html
-
 install-data-hook:
        mkdir -p $(DESTDIR)$(docdir)
        cp -pr sphinx/_build/html $(DESTDIR)$(docdir)
+endif
 
 if INCLUDE_MANPAGES
 man_MANS = sphinx/_build/man/gnunet.1
 SUBDIRS += man
 endif
-endif
 
 info_TEXINFOS = \
   sphinx/_build/texinfo/gnunet.texi

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