This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ada/5907: The Ada front end lacks a proper manual


"Joseph S. Myers" <jsm28@cam.ac.uk> writes:

> On 10 Mar 2002 fw@deneb.enyo.de wrote:
>
>> Add the User Guide to the tree.  Florian Weimer is working on an Ada
>> version of the preprocessor which is required to generate proper
>> Texinfo files.
>
> It is desirable if possible that preprocessing is done within Texinfo (via
> Texinfo manuals).

The VMS version requires substantial postprocessing (words are
replaced globally, file names are rewritten).  It is not possible to
express this in Texinfo.

I think it would be possible to change the manual so that you can
build all the other version straight from the Texinfo sources,
but this might reduce maintainability.  There would be two rather
different ways to build the manual, the Texinfo markup would be a
bit clumsy, and the TeX implementation of Texinfo doesn't handle
extensive use of conditional processing and macros very well.  On the
other hand, having the generated sources in CVS is ugly and prone to
problems.

Ben, what do you think?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]