Small updates.
authorBruno Haible <bruno@clisp.org>
Thu, 6 Mar 2008 14:00:56 +0000 (15:00 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 6 Mar 2008 14:00:56 +0000 (15:00 +0100)
ChangeLog
doc/gnulib-tool.texi

index 1d70c516c620caa5f240a7f2f3e7191a929ece4b..067ad5d29252f3b65394cafc8157a2b9402023b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-06  Bruno Haible  <bruno@clisp.org>
+
+       * doc/gnulib-tool.texi (VCS Issues): Small updates.
+       Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
+
 2008-03-06  Bruno Haible  <bruno@clisp.org>
 
        * doc/func.texi: New file, extracted from doc/gnulib.texi.
index 9d9ec56fd307dc3a8e4adae35e55b2165ee91313..f473261c58c02a1b8aaef8b8fc741e9a14a3eb0b 100644 (file)
@@ -462,10 +462,11 @@ In projects which commit all source files, whether generated or not, into
 their VCS, 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 the VCS, 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.
+@file{.gitignore} or @file{.cvsignore}.
+When you have a Gnulib source file of the form @file{lib/foo.in.h}, the
+corresponding @file{lib/foo.h} is such a file.
 
 @item
 In projects which customarily omit from their VCS all files that are generated