Documenting tools necessary for GCC [draft]

Joseph S. Myers jsm28@cam.ac.uk
Sun Jun 1 15:13:00 GMT 2003


On Sun, 1 Jun 2003, Kaveh R. Ghazi wrote:

> I'm curious about this requirement, when making changes to the manual
> is there something that "make dvi" checks in terms of texi mistakes
> that "make info" wouldn't catch?

Anything in conditional sections that aren't used for info.  (Problems
with conditional parts of manuals are more common with HTML output, so
perhaps "make html" which doesn't require extra tools should also be
included in the test procedures.)  That paragraph in contribute.html was
mainly intended for changes to the manual that are solely manual changes,
not those incidental to a code change, though the additional testing of
those is good as well.  Anything that only shows up ugly in printed output
(e.g., FOO_BAR_BAZ not inside @code or @samp - immediately obvious in the
printed output, not so in info).  Overfull hboxes (e.g. missing @gol in
option summary lists, the need for which arises from differences in how
makeinfo and texinfo.tex handle macros).

-- 
Joseph S. Myers
jsm28@cam.ac.uk



More information about the Gcc mailing list