curl's configure script checks for nroff and disables the built-in manual if no nroff is found. However, if you build curl from a release tarball, nroff is never actually run because a pre-built tool_hugehelp.c file is already included, obviating the need to generate that file with nroff.
So maybe the requirement for nroff should be relaxed if tool_hugehelp.c is already included? -- Christian "naddy" Weisgerber [email protected] -- Unsubscribe: https://lists.haxx.se/listinfo/curl-library Etiquette: https://curl.se/mail/etiquette.html
