[glibmm] gen_scripts: Correct some comments/documentation.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] gen_scripts: Correct some comments/documentation.
- Date: Tue, 19 Jun 2012 07:07:32 +0000 (UTC)
commit 58679a5b5dce7204267bf7c3e49bcdcfe0315bba
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 2d1b639..24289b0 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>
Updated the *docs.xml files.
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]