mirror of
https://github.com/curl/curl.git
synced 2026-04-17 16:21:41 +03:00
TODO: avoid nroff
Instead of adjusting roffit, skip the nroff step. Closes #12919
This commit is contained in:
parent
d7332e3e46
commit
089b4e36e4
1 changed files with 7 additions and 5 deletions
12
docs/TODO
12
docs/TODO
|
|
@ -177,7 +177,7 @@
|
|||
18.29 --retry and transfer timeouts
|
||||
|
||||
19. Build
|
||||
19.1 roffit
|
||||
19.1 avoid nroff
|
||||
19.2 Enable PIE and RELRO by default
|
||||
19.3 Do not use GNU libtool on OpenBSD
|
||||
19.4 Package curl for Windows in a signed installer
|
||||
|
|
@ -1289,13 +1289,15 @@
|
|||
https://qa.mandriva.com/show_bug.cgi?id=22565
|
||||
|
||||
|
||||
|
||||
19. Build
|
||||
|
||||
19.1 roffit
|
||||
19.1 avoid nroff
|
||||
|
||||
Consider extending 'roffit' to produce decent ASCII output, and use that
|
||||
instead of (g)nroff when building src/tool_hugehelp.c
|
||||
With the switch to the markdown-like documentation format since curl 8.6.0,
|
||||
it should (with a manageable amount of work) be possible to render an ASCII
|
||||
version of the man page without involving nroff and thus remove that
|
||||
dependency for building the hugehelp file, used to build in the man page into
|
||||
the curl command line tool.
|
||||
|
||||
19.2 Enable PIE and RELRO by default
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue