Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:657722d4c3f6be16220ce937c8b4482f48c5c711
Author...:karl <>
Committer:karl <>
Date.....:Mon Sep 6 17:30:04 2010 +0000
Parents..:6d5021b92c6f40d1a85e91d4194bcfdf057a7666

Message
[project @ 2010-09-06 17:30:02 by karl]
gnulib-tool doc fix

Changes
diff --git a/ChangeLog b/ChangeLog
line changes: +5/-0
index ab669c1..f76c363
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-09-06  Karl Berry  <karl@gnu.org>
+
+	* README-dev: gnulib-tool invocation would now be --add-import.
+	From Bruno.
+
 2010-04-05  Karl Berry  <karl@gnu.org>
 
 	* build-aux/srclist.txt: new file, input to (Gnulib's) srclist-update.

diff --git a/README-dev b/README-dev
line changes: +7/-6
index 1d9678c..4519e71
--- a/README-dev
+++ b/README-dev
@@ -39,12 +39,13 @@ then run
   /path/to/gnulib/gnulib-tool --import
 in our top-level directory.
 
-For the record, the first time invocation was
-  gnulib-tool --import --m4-base=gnulib/m4 --source-base=gnulib/lib \
-              --no-vc-files getopt
-Many more modules have been added since (and getopt has been replaced by
-getopt-gnu).  The currently-used gnulib modules and other gnulib
-information are recorded in gnulib/m4/gnulib-cache.m4.
+For the record, a first time invocation would be
+  gnulib-tool --add-import --m4-base=gnulib/m4 --source-base=gnulib/lib \
+              --no-vc-files getopt-gnu
+
+Many more modules have been added since.  The currently-used gnulib
+modules and other gnulib information are recorded in
+gnulib/m4/gnulib-cache.m4.
 
 
 srclist-update

This website is licensed under AGPL-3.0. Feel free to copy!