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] Add support for html/install-html.


On Fri, May 19, 2006 at 08:09:35PM -0700, Mark Mitchell wrote:
> Carlos O'Donell wrote:
> > The following patch adds "make html" and "make install-html" support.
> 
> You can install the various pieces of this bit-by-bit, as people approve
> them.  Since "make html" and "make install-html" are generally busted at
> the moment, it will not hurt anything to gradually improve things.
> 
> The following bits:

Carlos has set 'make html' to automatically descend into every subdir.
The alternative is to only do so for subdirs which have HTML, which
doesn't require changing makefiles in every directory which has no HTML
documentation.  Does anyone have an opinion on which is better?

Carlos, I'm not sure how no one noticed and complained about this
before (normally DJ's syncs turn it up).  But you appear to have
committed changes to Makefile.def in src for this, a month and a half
ago, that never got propogated into GCC.  The shared top level files
should always be identical and changes to them should alway be tested
with both repositories and committed to both, in the future.  For now,
might as well wait.

-- 
Daniel Jacobowitz
CodeSourcery


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