[gtkmm-documentation] Wrapping C Libraries with gmmproc: Fix a typo.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm-documentation] Wrapping C Libraries with gmmproc: Fix a typo.
- Date: Mon, 27 Sep 2010 08:35:02 +0000 (UTC)
commit fa23aa034ea406a89a58a986de26f930675d9449
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Sep 27 10:34:43 2010 +0200
Wrapping C Libraries with gmmproc: Fix a typo.
* docs/tutorial/C/gtkmm-tutorial-in.xml: Wrapping C Libraries with gmmproc:
Correct the skeletonmm directory paths mentioned here. Thanks to Geodebay.
Bug #627425.
ChangeLog | 8 ++++++++
docs/tutorial/C/gtkmm-tutorial-in.xml | 6 +++---
2 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 18a9912..00898f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-09-27 Murray Cumming <murrayc murrayc com>
+
+ Wrapping C Libraries with gmmproc: Fix a typo.
+
+ * docs/tutorial/C/gtkmm-tutorial-in.xml: Wrapping C Libraries with gmmproc:
+ Correct the skeletonmm directory paths mentioned here. Thanks to Geodebay.
+ Bug #627425.
+
2010-09-21 Murray Cumming <murrayc murrayc com>
Fix the make check build with gtkmm from git master.
diff --git a/docs/tutorial/C/gtkmm-tutorial-in.xml b/docs/tutorial/C/gtkmm-tutorial-in.xml
index 8e3d076..0bc4e25 100644
--- a/docs/tutorial/C/gtkmm-tutorial-in.xml
+++ b/docs/tutorial/C/gtkmm-tutorial-in.xml
@@ -8438,8 +8438,8 @@ A number of the skeleton files must still be filled in with project-specific con
<title>Makefile.am files</title>
<para>Next we must adapt the various <filename>Makefile.am</filename> files:
<itemizedlist>
- <listitem><para>In <filename>skeleton/skeletonmm/Makefile.am</filename> we
- must mention the correct names in the generic variables that are used
+ <listitem><para>In <filename>skeleton/src/Makefile.am</filename> we
+ must mention the correct values for the generic variables that are used
elsewhere in the build system:</para>
<variablelist>
<varlistentry>
@@ -8457,7 +8457,7 @@ A number of the skeleton files must still be filled in with project-specific con
</variablelist>
</listitem>
<listitem><para>In <filename>skeleton/skeletonmm/Makefile.am</filename> we
- must mention the correct names in the generic variables that are used
+ must mention the correct values for the generic variables that are used
elsewhere in the build system:</para>
<variablelist>
<varlistentry>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]