From patchwork Thu Jun 24 11:56:23 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [wwwdocs] Generated files and patches From: Sebastian Huber X-Patchwork-Id: 56785 Message-Id: <4C2347E7.7000705@embedded-brains.de> To: gcc-patches@gcc.gnu.org Date: Thu, 24 Jun 2010 13:56:23 +0200 This version also mentions the ChangeLog entry. Index: htdocs/contribute.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/contribute.html,v retrieving revision 1.73 diff -u -r1.73 contribute.html --- htdocs/contribute.html 4 Aug 2009 05:37:10 -0000 1.73 +++ htdocs/contribute.html 24 Jun 2010 11:52:57 -0000 @@ -235,7 +235,11 @@ If your version of diff does not support these options, then get the latest version of GNU diff. Patches against current development (SVN trunk) are preferred to patches against releases, unless your patch is intended -as a candidate for the release branch. +as a candidate for the release branch. The patch should not include generated +files like configure.in, Makefile.in, etc. The +person who eventually commits the patch will take care of regenerating these +files with the appropriate tool. The ChangeLog entry should mention the +regenerated files even if the patch does not contain that part.