diff options
author | ng0 <ng0@n0.is> | 2019-10-27 15:52:45 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-10-27 15:52:45 +0000 |
commit | 2d85692e931ec7868bc781a0e91c856a03d80519 (patch) | |
tree | f3bcd66fd001ca1e71af2af90712b9082aa3dd6c /README | |
parent | 83eb77dafd5054bee67dc9cc05dca8dc23ecd7f0 (diff) |
README: fix switch.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -157,9 +157,10 @@ Recommended autotools for compiling the Git version are: '--disable-documentation' to the configure script to change this. [*2] If you still prefer to have documentation, you can pass - '--with-section7' to build mdoc documentation (experimental - stages in gnunet). If this proves to be reliable, we will - include the mdoc output in the release tarballs. + '--enable-texi2mdoc-generation' to build the mdocml ("mandoc") + 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, It is a standalone ISO C utility. |