changeset 9765:b83130da6c6a

Small updates.
author Bruno Haible <bruno@clisp.org>
date Thu, 06 Mar 2008 15:00:56 +0100
parents d0febee6878d
children bef0d9fb5b1b
files ChangeLog doc/gnulib-tool.texi
diffstat 2 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/doc/gnulib-tool.texi
+++ b/doc/gnulib-tool.texi
@@ -462,10 +462,11 @@
 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