X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fgnulib-tool.texi;h=f97c74126122cc697d83163ce2a19032ae334efd;hb=4f2408532c0aba7fbf011ec2f2fef9ed39802265;hp=db3e223dab18163d1415880639fb5ff838824343;hpb=c65ab984161ef321947cfdfefad8ea80242f338a;p=gnulib.git diff --git a/doc/gnulib-tool.texi b/doc/gnulib-tool.texi index db3e223da..f97c74126 100644 --- a/doc/gnulib-tool.texi +++ b/doc/gnulib-tool.texi @@ -60,7 +60,7 @@ Module list with included dependencies: File list: lib/dummy.c lib/strdup.c - lib/string_.h + lib/string.in.h m4/absolute-header.m4 m4/extensions.m4 m4/gnulib-common.m4 @@ -70,7 +70,7 @@ Creating directory ./lib Creating directory ./m4 Copying file lib/dummy.c Copying file lib/strdup.c -Copying file lib/string_.h +Copying file lib/string.in.h Copying file m4/absolute-header.m4 Copying file m4/extensions.m4 Copying file m4/gnulib-common.m4 @@ -350,12 +350,11 @@ 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} +@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 @@ -375,3 +374,6 @@ Also it does not report in the ChangeLogs the files that it had to add because they were missing. @end itemize + +The same holds for other version control systems than CVS, such as @samp{git} +or @samp{svn}.