[gtkmm-documentation] Link to library.gnome.org.
- From: Murray Cumming <murrayc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtkmm-documentation] Link to library.gnome.org.
- Date: Fri, 4 Sep 2009 14:16:04 +0000 (UTC)
commit cb63d40c32c49ae45d3549d8cb622daeeb94c97e
Author: Murray Cumming <murrayc murrayc com>
Date: Fri Sep 4 16:15:57 2009 +0200
Link to library.gnome.org.
* docs/tutorial/C/gtkmm-tut.xml: Change reference API links (via
XML entities) to library.gnome.org, though I guess we should discover
these somehow at build time via the new mm build system.
ChangeLog | 8 ++++++++
docs/tutorial/C/gtkmm-tut.xml | 10 +++++-----
2 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 35cfd9d..0f8f773 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-09-04 Murray Cumming <murrayc murrayc com>
+
+ Link to library.gnome.org.
+
+ * docs/tutorial/C/gtkmm-tut.xml: Change reference API links (via
+ XML entities) to library.gnome.org, though I guess we should discover
+ these somehow at build time via the new mm build system.
+
2009-08-25 Daniel Elstner <danielk openismus com>
Build examples with $(GTKMM_CFLAGS)
diff --git a/docs/tutorial/C/gtkmm-tut.xml b/docs/tutorial/C/gtkmm-tut.xml
index 46b8f48..061c74e 100644
--- a/docs/tutorial/C/gtkmm-tut.xml
+++ b/docs/tutorial/C/gtkmm-tut.xml
@@ -1,11 +1,11 @@
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://docbook.org/docbook/xml/4.5/docbookx.dtd" [
- <!ENTITY url_refdocs_base_glib_html "../../../../glibmm-2.4/docs/reference/html/">
- <!ENTITY url_refdocs_base_glib "../../../../glibmm-2.4/docs/reference/html/classGlib_1_1">
- <!ENTITY url_refdocs_base_gtk_html "../../reference/html/">
- <!ENTITY url_refdocs_base_gtk "../../reference/html/classGtk_1_1">
- <!ENTITY url_refdocs_base_gtk_namespace "../../reference/html/namespaceGtk_1_1">
+ <!ENTITY url_refdocs_base_glib_html "http://library.gnome.org/devel/glibmm/unstable/">
+ <!ENTITY url_refdocs_base_glib "&url_refdocs_base_glib_html;classGlib_1_1">
+ <!ENTITY url_refdocs_base_gtk_html "http://library.gnome.org/devel/gtkmm/unstable/">
+ <!ENTITY url_refdocs_base_gtk "&url_refdocs_base_gtk_html;classGtk_1_1">
+ <!ENTITY url_refdocs_base_gtk_namespace "&url_refdocs_base_gtk_html;namespaceGtk_1_1">
<!ENTITY url_figures_base "figures/">
<!ENTITY path_examples_others_base "../../examples/others/">
<!ENTITY url_examples_others_base "../&path_examples_others_base;">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]