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: [patch] fastjar documentation


Joseph S. Myers writes:
> On Tue, 27 Aug 2002, Matthias Klose wrote:
> 
> > +@c Versions
> > +@set version-gcc 3.2
> > +@set which-gcj GCC-@value{version-gcc}
> > +
> > +@macro gcctabopt{body}
> > +@code{\body\}
> > +@end macro
> 
> We don't want any more manuals duplicating the version number and common
> macros (and every such manual file needs documenting in branching.html,
> but their number should be reduced rather than increased).  Use
> gcc/doc/include/gcc-common.texi instead.

hmm, I've been told, that the fastjar diretory should be self
contained, so the fastjar docs can be used upstream as well. Therfore
the duplicated macros. same reason for including the two texi files.

> > diff -bNu fastjar.orig/fdl.texi fastjar/fdl.texi
> > --- fastjar.orig/fdl.texi	1970-01-01 01:00:00.000000000 +0100
> > +++ fastjar/fdl.texi	2001-12-12 06:28:51.000000000 +0100
> 
> Don't duplicate these files.  Use the ones in gcc/doc/include.

How? using the automake generated Makefile ...

I need to add an -I option to MAKEINFO, but MAKEINFO and MAKEINFO are
overridden from the toplevel make.


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