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]

Re: XScale port contributed


> If this is OK, I'll produce a revised patch that renames the existing news
> (with post-EGCS items removed) to ONEWS (following the GNU standards) and
> adds a script to create a NEWS file with the release notes and features
> and caveats pages from releases from EGCS 1.0 onwards.  (This will leave
> some overlap for EGCS 1.0 and 1.1; that should be resolved by going
> through the NEWS entries for EGCS and making the online notes more
> detailed if NEWS presently has more information.)

Personally, I'd prefer:


	mv NEWS ONEWS
	cat $WWWDOCS/htdocs/gcc-$MAJOR.$MINOR/features.html | lynx -dump > NNEWS> 
	cat NNEWS ONEWS > NEWS
	rm NNEWS ONEWS

It would then be possible to manually edit out some really ancient stuff, but I think it worth keeping the last few versions worth; particularly when releasing minor version updates.

R.


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