summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2012-06-19 09:06:33 +0200
committerMurray Cumming <murrayc@murrayc.com>2012-07-11 09:05:47 +0200
commit5184311a52f80db52f252aee61589be1859cced4 (patch)
tree4059cd8da6c13835ed1fe451d4ff5a0738dadf1a
parent7b0c5df8f65dab1b3cda0a66494ed45ddac9629d (diff)
downloadglibmm-5184311a52f80db52f252aee61589be1859cced4.tar.gz
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.
-rw-r--r--ChangeLog8
-rwxr-xr-xtools/gen_scripts/gio_generate_extra_defs.sh3
-rwxr-xr-xtools/gen_scripts/glib_generate_extra_defs.sh3
3 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index db97023f..12e1a388 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 b57683bf..b6b77e2f 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 37296b0f..217d7e01 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")/../.."