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] Libgcc: Add documentation targets to makefile.


On Thu, Jan 04, 2007 at 03:09:02PM -0800, Brooks Moses wrote:
> Currently, all of the documentation targets -- "make info", "make pdf", 
> "make html", and "make dvi" -- are broken because the appropriate 
> targets do not exist in the new libgcc makefile.  The attached patch 
> fixes this.
> 
> Tested, with all of the above "make" checks, on i686-pc-linux-gnu.  Ok 
> for trunk?

Don't they need .PHONY?

> (I'd commit this as obvious, except that I'm not sure whether there 
> might be some reason to put them in a different part of the makefile or 
> somesuch.)

I think it's obvious - moving them somewhere else would be obvious too
:-)

-- 
Daniel Jacobowitz
CodeSourcery


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