Morning, (as said in <https://inbox.sourceware.org/gcc-patches/86ilfsemnr....@aarsen.me/>)
This is a rebase + slight amendment of the previous patch series visible at: https://inbox.sourceware.org/gcc-patches/cover.1674777149.git.ar...@aarsen.me/ The commit "docs: Reorder @opindex to be before corresponding options" was already applied, and so, is dropped. To reiterate and address comments from v1: - OK from Iain Buclaw for the D changes: https://gcc.gnu.org/pipermail/gcc-patches/2023-January/610724.html - Thomas Schwinge noted that the commit message for 2/5 lacks context. This should be addressed in this revision. https://gcc.gnu.org/pipermail/gcc-patches/2023-February/612616.html His idea of automatically checking for this error pattern will be implemented separately, after I figure out how best to do that. The code that was involved in making this patchset is too primitive to apply globally. Some of the commits have been squashed into 2/5 also, as they were split arbitrarily to avoid hitting email size constraints, but, turns out the commits that were split weren't the problem in the first place :-). This patchset still needs the wwwdocs change at: https://inbox.sourceware.org/gcc-patches/20230127003224.717347-1-ar...@aarsen.me/ to add the stylesheet referenced in 5/5. I've rerendered the updated documentation with latest development Texinfo (as some of the changes I made for the purposes of the GCC manual still aren't in releases) at: https://www.aarsen.me/~arsen/final/ ... and the entire patchset can also be fetched from: https://git.sr.ht/~arsen/gcc texinfo_improvements Arsen Arsenović (5): docs: Create Indices appendix **/*.texi: Reorder index entries doc: Add @defbuiltin family of helpers, set documentlanguage Update texinfo.tex, remove the @gol macro/alias update_web_docs_git: Update CSS reference to new manual CSS gcc/d/implement-d.texi | 66 +- gcc/doc/cfg.texi | 12 +- gcc/doc/cpp.texi | 12 +- gcc/doc/cppenv.texi | 4 +- gcc/doc/cppopts.texi | 8 +- gcc/doc/extend.texi | 2564 ++++---- gcc/doc/gcc.texi | 36 +- gcc/doc/generic.texi | 2 +- gcc/doc/implement-c.texi | 2 +- gcc/doc/include/gcc-common.texi | 26 +- gcc/doc/include/texinfo.tex | 7599 +++++++++++++++--------- gcc/doc/install.texi | 6 +- gcc/doc/invoke.texi | 2854 ++++----- gcc/doc/md.texi | 25 +- gcc/doc/rtl.texi | 8 +- gcc/doc/sourcebuild.texi | 4 - gcc/doc/tm.texi | 4 +- gcc/doc/tm.texi.in | 4 +- gcc/doc/trouble.texi | 8 +- gcc/fortran/intrinsic.texi | 722 +-- gcc/fortran/invoke.texi | 284 +- gcc/go/gccgo.texi | 34 +- maintainer-scripts/update_web_docs_git | 2 +- 23 files changed, 8030 insertions(+), 6256 deletions(-) Thanks in advance, have a lovely day. -- 2.39.2