summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-10-27 17:47:40 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-10-27 17:47:40 +0100
commit788155e37b0af22933374cbcae82f8a7220655bc (patch)
treeefbefd076c6056f1451876b7971186a295e4860f
parent613eb1a2091fb159acfefcdd2162fadd79b21326 (diff)
parent2d85692e931ec7868bc781a0e91c856a03d80519 (diff)
downloadgnunet-788155e37b0af22933374cbcae82f8a7220655bc.tar.gz
gnunet-788155e37b0af22933374cbcae82f8a7220655bc.zip
Merge branch 'master' of git+ssh://gnunet.org/gnunet
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index 15879c4c4..dd704724f 100644
--- a/README
+++ b/README
@@ -157,9 +157,10 @@ Recommended autotools for compiling the Git version are:
157 '--disable-documentation' to the configure script to change this. 157 '--disable-documentation' to the configure script to change this.
158 158
159[*2] If you still prefer to have documentation, you can pass 159[*2] If you still prefer to have documentation, you can pass
160 '--with-section7' to build mdoc documentation (experimental 160 '--enable-texi2mdoc-generation' to build the mdocml ("mandoc")
161 stages in gnunet). If this proves to be reliable, we will 161 documentation (experimental stages in gnunet).
162 include the mdoc output in the release tarballs. 162 If this proves to be reliable, we will
163 include the mdocml output in the release tarballs.
163 Contrary to the name, texi2mdoc does not require texinfo, 164 Contrary to the name, texi2mdoc does not require texinfo,
164 It is a standalone ISO C utility. 165 It is a standalone ISO C utility.
165 166