gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -lets see if this works for openbsd


From: gnunet
Subject: [gnunet] branch master updated: -lets see if this works for openbsd
Date: Sat, 29 Oct 2022 13:40:38 +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 597404615 -lets see if this works for openbsd
597404615 is described below

commit 597404615c3d7793b88ababe3410cffadc3f7715
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sat Oct 29 20:40:32 2022 +0900

    -lets see if this works for openbsd
---
 doc/Makefile.am | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index a8b044ccc..b45362d38 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -10,6 +10,9 @@ endif
 if OPENBSD
 all-local:
        cd handbook/texinfo && make || touch gnunet.info
+GNUNET_TEXI =
+else
+GNUNET_TEXI = handbook/texinfo/gnunet.texi
 endif
 
 install-data-hook:
@@ -25,7 +28,7 @@ endif
 AM_MAKEINFOFLAGS = --no-headers --no-split
 
 info_TEXINFOS = \
-  handbook/texinfo/gnunet.texi
+  $(GNUNET_TEXI)
 
 EXTRA_DIST = \
        handbook/texinfo \

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