On 4/1/21 4:31 PM, David Malcolm wrote: > I think some further tweaking of the conversion script is needed first;
Sure, I've got a collection of patches and I'm planning to make pull requests. > I'd rather iron out the script rather than play whack-a-mole manually. > I enjoy proofreading conversions, but I'm trying to focus right now on > analyzer bugfixing for GCC 11. > >> So far I focused on the 2 biggest manuals we have: >> >> (1) User documentation >> https://splichal.eu/sphinx/ >> https://splichal.eu/sphinx/gcc.pdf >> >> (2) GCC Internals Manual >> https://splichal.eu/sphinx-internal >> https://splichal.eu/sphinx-internal/gccint.pdf >> >> I'm aware of missing pieces (thanks Joseph) and I'm willing to finish >> it. > One important requirement is manpage output. Sphinx can do that - what > does the output look like based on the texi2rst output? > I was able to create some man pages and they are listed here: https://splichal.eu/gccsphinx/ The main gcc.1 man page contains complete content of GCC manual, that needs to be resolved. Another minor issue is SYNOPSIS, which cannot be generated automatically and we should replace the man directives (@c, ...). Martin