[glibmm/glibmm-2-32] gen_scripts: Correct some comments/documentation.



commit 5184311a52f80db52f252aee61589be1859cced4
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Jun 19 09:06:33 2012 +0200

    gen_scripts: Correct some comments/documentation.
    
    	* tools/gen_scripts/gio_generate_extra_defs.sh:
    	* tools/gen_scripts/glib_generate_extra_defs.sh:
    	These do not need JHBUILD_SOURCES to be defined.

 ChangeLog                                     |    8 ++++++++
 tools/gen_scripts/gio_generate_extra_defs.sh  |    3 +--
 tools/gen_scripts/glib_generate_extra_defs.sh |    3 +--
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index db97023..12e1a38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-06-19  Murray Cumming  <murrayc murrayc com>
+
+	gen_scripts: Correct some comments/documentation.
+
+	* tools/gen_scripts/gio_generate_extra_defs.sh:
+	* tools/gen_scripts/glib_generate_extra_defs.sh:
+	These do not need JHBUILD_SOURCES to be defined.
+
 2012-06-13  Murray Cumming  <murrayc murrayc com>
 
 	Simplify the gen_scripts slightly.
diff --git a/tools/gen_scripts/gio_generate_extra_defs.sh b/tools/gen_scripts/gio_generate_extra_defs.sh
index b57683b..b6b77e2 100755
--- a/tools/gen_scripts/gio_generate_extra_defs.sh
+++ b/tools/gen_scripts/gio_generate_extra_defs.sh
@@ -1,7 +1,6 @@
 #!/bin/bash
 
-# Note that JHBUILD_SOURCES should be defined to contain the path to the root
-# of the jhbuild sources.  The script assumes that it resides in the
+# This script assumes that it resides in the
 # tools/gen_scripts directory and the defs files will be placed in gio/src.
 
 ROOT_DIR="$(dirname "$0")/../.."
diff --git a/tools/gen_scripts/glib_generate_extra_defs.sh b/tools/gen_scripts/glib_generate_extra_defs.sh
index 37296b0..217d7e0 100755
--- a/tools/gen_scripts/glib_generate_extra_defs.sh
+++ b/tools/gen_scripts/glib_generate_extra_defs.sh
@@ -1,7 +1,6 @@
 #!/bin/bash
 
-# Note that JHBUILD_SOURCES should be defined to contain the path to the root
-# of the jhbuild sources.  The script assumes that it resides in the
+# This script assumes that it resides in the
 # tools/gen_scripts directory and the defs files will be placed in glib/src.
 
 ROOT_DIR="$(dirname "$0")/../.."



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]