This is the mail archive of the gcc-patches@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] [3.1] "doc" and "dvi" target for makefile


On Sat, 20 Apr 2002, Florian Weimer wrote:

> The patch below prepares for including the GNAT User Guide.  The guide
> itself is not contained in this message due to its size.  Ben, is it
> okay to commit the last version you sent to me?
> 
> In contrast to the C manual, the Info files are not built inside
> srcdir.  Is this are reasonable approach?  Should I add instructions
> for building the manual in some place?

The requirements for proper building of front end manuals are (mostly)
documented in sourcebuild.texi:

* In Make-lang.in, ada.info, ada.install-info and ada.dvi targets must be
present, with appropriate rules and dependencies.  The ada.install-info
target must allow for the info files not to be present.

* Info files must be included in release tarballs.  The easiest way of 
achieving this is for the build to generate them in the source directory; 
otherwise, commands must be added to gcc_release to move them to the 
source directory (as is done with compiled message catalogs).

* To work with update_web_docs, all generated Texinfo files that are parts 
of manuals to be made available online must be checked into CVS.

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


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