gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -fix openbsd build


From: gnunet
Subject: [gnunet] branch master updated: -fix openbsd build
Date: Tue, 06 Sep 2022 13:05:26 +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 d3d75e4ed -fix openbsd build
d3d75e4ed is described below

commit d3d75e4ed7cb1e973065b535a6901d8e525bed5d
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Tue Sep 6 13:05:22 2022 +0200

    -fix openbsd build
---
 doc/Makefile.am | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 38bf23733..c2c4f1e5a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -14,8 +14,11 @@ sphinx/_build/man/gnunet.1: Makefile
        cd sphinx && make man
 
 if INCLUDE_MANPAGES
+# FIXME this is somehow broken on openbsd. See #7324
+if !OPENBSD
 man_MANS = sphinx/_build/man/gnunet.1
-  SUBDIRS += man
+endif
+SUBDIRS += man
 endif
 endif
 

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