gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 134/208: make: fix docs build on OpenBSD


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 134/208: make: fix docs build on OpenBSD
Date: Wed, 09 Aug 2017 17:35:31 +0200

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

ng0 pushed a commit to annotated tag gnurl-7.55.0
in repository gnurl.

commit 793e831bbff597212c72ded33c375891c8394f6d
Author: Ryan Winograd <address@hidden>
AuthorDate: Fri Jul 7 17:02:43 2017 -0500

    make: fix docs build on OpenBSD
    
    Ref: #1591
---
 src/Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/Makefile.am b/src/Makefile.am
index 861668467..bfcd877fc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -102,6 +102,9 @@ HUGE=tool_hugehelp.c
 if USE_MANUAL
 # Here are the stuff to create a built-in manual
 
+$(MANPAGE):
+       cd $(top_builddir)/docs && $(MAKE)
+
 if HAVE_LIBZ
 # This generates the tool_hugehelp.c file in both uncompressed and
 # compressed formats.

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]