gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: make message about texi2mdoc more clear.


From: gnunet
Subject: [gnunet] branch master updated: make message about texi2mdoc more clear.
Date: Sun, 17 Nov 2019 01:41:14 +0100

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

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 5cb82d92d make message about texi2mdoc more clear.
5cb82d92d is described below

commit 5cb82d92ddbec05b22e630c4082456ad8d2b34be
Author: ng0 <address@hidden>
AuthorDate: Sun Nov 17 00:38:08 2019 +0000

    make message about texi2mdoc more clear.
---
 README       | 6 ++++--
 configure.ac | 7 ++++---
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/README b/README
index dd704724f..65b87fc53 100644
--- a/README
+++ b/README
@@ -139,7 +139,9 @@ These are the optional dependencies:
 - miniupnpc
 - perl5                             (for some utilities)
 - TeX Live           >= 2012        (for gnunet-bcd[*])
-- texi2mdoc                         (for automatic mdoc generation [*2])
+- texi2mdoc                         (for automatic mdoc generation [*2], not
+                                     the texi2mdoc script distributed with
+                                     autogen but the texi2mdoc C application)
 
 Recommended autotools for compiling the Git version are:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -161,7 +163,7 @@ Recommended autotools for compiling the Git version are:
      documentation (experimental stages in gnunet).
      If this proves to be reliable, we will
      include the mdocml output in the release tarballs.
-     Contrary to the name, texi2mdoc does not require texinfo,
+     Contrary to the name, texi2mdoc does not require Texinfo,
      It is a standalone ISO C utility.
 
 [*3] GNU make introduced the != operator in version 4.0.
diff --git a/configure.ac b/configure.ac
index 6f3b5f1bc..9af70d25b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -437,14 +437,15 @@ AS_IF([test "x$texi2mdoc_generation" = "xyes"],
                  [0],
                  [Not building section 7 mdoc output])])
 
-# test for texi2mdoc
+# test for texi2mdoc (the binary, not the script distributed
+# with autogen)
 # TODO: refactor this and the check above.
-AC_MSG_CHECKING(for texi2mdoc)
+AC_MSG_CHECKING(for texi2mdoc binary)
 AC_CHECK_PROGS(TEXI2MDOC_BINARY, [texi2mdoc], false)
 AM_CONDITIONAL(HAVE_TEXI2MDOC, test x$TEXI2MDOC_BINARY != xfalse)
 
 # test for mandoc
-AC_MSG_CHECKING(for mandoc)
+AC_MSG_CHECKING(for mandoc binary)
 AC_CHECK_PROGS(MANDOC_BINARY, [mandoc], false)
 AM_CONDITIONAL(HAVE_MANDOC, test x$MANDOC_BINARY != xfalse)
 

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



reply via email to

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