From: Karl Berry Date: Sat, 24 Feb 2007 01:13:51 +0000 (+0000) Subject: if have foo_.h, cvs-ignore foo.h X-Git-Tag: cvs-readonly~993 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=ae6e2b186fb8ba83f2ab29511fcc21b7004af51b;p=gnulib.git if have foo_.h, cvs-ignore foo.h --- diff --git a/ChangeLog b/ChangeLog index 7e85f4f56..640414696 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-02-23 Karl Berry + + * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h + exists, foo.h should be cvs-ignored, not committed. + 2007-02-23 Eric Blake * lib/getdate.h (includes): Include , not "timespec.h". diff --git a/doc/gnulib-tool.texi b/doc/gnulib-tool.texi index c2ea0a6ff..d5db08e5c 100644 --- a/doc/gnulib-tool.texi +++ b/doc/gnulib-tool.texi @@ -343,9 +343,20 @@ All files created by @code{gnulib-tool}, except @file{gnulib-cache.m4}, should be treated like generated source files, like for example a @file{parser.c} file is generated from @file{parser.y}. +@itemize + +@item In projects which commit all source files, whether generated or not, into CVS, the @code{gnulib-tool} generated files should all be committed. +Gnulib also contains files generated by @command{make} (and removed by +@code{make clean}, using information determined by @command{configure} +They should not be checked into CVS, but instead added to +@file{.cvsignore}. When you have a Gnulib source file of the form +@file{lib/foo_.h}, the corresponding @file{lib/foo.h} is such a file. + + +@item In projects which customarily omit from the CVS all files that generated from other source files, all these files and directories would not be added into CVS. The only file that must be added to CVS is @@ -362,3 +373,5 @@ The @samp{--update} option operates much like the @samp{--import} option, but it does not offer the possibility to change the way Gnulib is used. Also it does not report in the ChangeLogs the files that it had to add because they were missing. + +@end itemize