From: Richard Jones Date: Mon, 20 Jul 2009 18:04:40 +0000 (+0100) Subject: Generator: Improve accuracy of a comment. X-Git-Tag: 1.0.63~15 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=039831c74c42553705abad99236ef6541e8dfcd5 Generator: Improve accuracy of a comment. --- diff --git a/src/generator.ml b/src/generator.ml index a508671..eb61fd1 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -25,9 +25,8 @@ * daemon/.c to write the implementation. * * After editing this file, run it (./src/generator.ml) to regenerate all the - * output files. Note that if you are using a separate build directory you must - * run generator.ml from your top level build directory. You must also have run - * configure before generator.ml will run. + * output files. Note that if you are using a separate build directory you + * must run generator.ml from the _source_ directory. * * IMPORTANT: This script should NOT print any warnings. If it prints * warnings, you should treat them as errors.