[gtkmm] Fix documentation location in pkg-config files



commit 23259e59cd65a28dda710e36b7ed44b3defe6079
Author: Daniel Elstner <danielk openismus com>
Date:   Fri Aug 28 19:52:28 2009 +0200

    Fix documentation location in pkg-config files
    
    * {atk,gdk,gtk}/{atk,gdk,gtk}mm{,-uninstalled}.pc.in (htmlrefpub):
    Point to library.gnome.org.

 ChangeLog                   |    7 +++++++
 atk/atkmm-uninstalled.pc.in |    2 +-
 atk/atkmm.pc.in             |    2 +-
 gdk/gdkmm-uninstalled.pc.in |    2 +-
 gdk/gdkmm.pc.in             |    2 +-
 gtk/gtkmm-uninstalled.pc.in |    2 +-
 gtk/gtkmm.pc.in             |    2 +-
 7 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 52a87a2..4bb1460 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2009-08-28  Daniel Elstner  <danielk openismus com>
 
+	Fix documentation location in pkg-config files
+
+	* {atk,gdk,gtk}/{atk,gdk,gtk}mm{,-uninstalled}.pc.in (htmlrefpub):
+	Point to library.gnome.org.
+
+2009-08-28  Daniel Elstner  <danielk openismus com>
+
 	Increment version to 2.17.9.2 and update news
 
 	* configure.ac (AC_INIT): Bump version number to 2.17.9.2.
diff --git a/atk/atkmm-uninstalled.pc.in b/atk/atkmm-uninstalled.pc.in
index c60fdae..84c5f64 100644
--- a/atk/atkmm-uninstalled.pc.in
+++ b/atk/atkmm-uninstalled.pc.in
@@ -1,5 +1,5 @@
 doxytagfile=${docdir}/reference/@GTKMM_MODULE_NAME  tag
-htmlrefpub=http://www.gtkmm.org/docs/@GTKMM_MODULE_NAME@/docs/reference/html/
+htmlrefpub=http://library.gnome.org/devel/@PACKAGE_TARNAME@/unstable/
 
 Name: atkmm
 Description: C++ binding for the ATK accessibility toolkit, uninstalled
diff --git a/atk/atkmm.pc.in b/atk/atkmm.pc.in
index 465410f..e9fce8d 100644
--- a/atk/atkmm.pc.in
+++ b/atk/atkmm.pc.in
@@ -8,7 +8,7 @@ includedir= includedir@
 docdir=${datarootdir}/doc/@GTKMM_MODULE_NAME@
 doxytagfile=${docdir}/reference/@GTKMM_MODULE_NAME  tag
 htmlrefdir=${docdir}/reference/html
-htmlrefpub=http://www.gtkmm.org/docs/@GTKMM_MODULE_NAME@/docs/reference/html/
+htmlrefpub=http://library.gnome.org/devel/@PACKAGE_TARNAME@/unstable/
 
 Name: atkmm
 Description: C++ binding for the ATK accessibility toolkit
diff --git a/gdk/gdkmm-uninstalled.pc.in b/gdk/gdkmm-uninstalled.pc.in
index f018a81..a8fb5c5 100644
--- a/gdk/gdkmm-uninstalled.pc.in
+++ b/gdk/gdkmm-uninstalled.pc.in
@@ -1,5 +1,5 @@
 doxytagfile=${docdir}/reference/@GTKMM_MODULE_NAME  tag
-htmlrefpub=http://www.gtkmm.org/docs/@GTKMM_MODULE_NAME@/docs/reference/html/
+htmlrefpub=http://library.gnome.org/devel/@PACKAGE_TARNAME@/unstable/
 
 Name: gdkmm
 Description: C++ binding for the GDK drawing kit, not installed
diff --git a/gdk/gdkmm.pc.in b/gdk/gdkmm.pc.in
index b73817e..286dc8f 100644
--- a/gdk/gdkmm.pc.in
+++ b/gdk/gdkmm.pc.in
@@ -8,7 +8,7 @@ includedir= includedir@
 docdir=${datarootdir}/doc/@GTKMM_MODULE_NAME@
 doxytagfile=${docdir}/reference/@GTKMM_MODULE_NAME  tag
 htmlrefdir=${docdir}/reference/html
-htmlrefpub=http://www.gtkmm.org/docs/@GTKMM_MODULE_NAME@/docs/reference/html/
+htmlrefpub=http://library.gnome.org/devel/@PACKAGE_TARNAME@/unstable/
 
 Name: gdkmm
 Description: C++ binding for the GDK drawing kit
diff --git a/gtk/gtkmm-uninstalled.pc.in b/gtk/gtkmm-uninstalled.pc.in
index 26477a8..924c2fe 100644
--- a/gtk/gtkmm-uninstalled.pc.in
+++ b/gtk/gtkmm-uninstalled.pc.in
@@ -1,5 +1,5 @@
 doxytagfile=${docdir}/reference/@GTKMM_MODULE_NAME  tag
-htmlrefpub=http://www.gtkmm.org/docs/@GTKMM_MODULE_NAME@/docs/reference/html/
+htmlrefpub=http://library.gnome.org/devel/@PACKAGE_TARNAME@/unstable/
 
 Name: gtkmm
 Description: C++ binding for the GTK+ toolkit, not installed
diff --git a/gtk/gtkmm.pc.in b/gtk/gtkmm.pc.in
index eeb35c3..bbf4108 100644
--- a/gtk/gtkmm.pc.in
+++ b/gtk/gtkmm.pc.in
@@ -8,7 +8,7 @@ includedir= includedir@
 docdir=${datarootdir}/doc/@GTKMM_MODULE_NAME@
 doxytagfile=${docdir}/reference/@GTKMM_MODULE_NAME  tag
 htmlrefdir=${docdir}/reference/html
-htmlrefpub=http://www.gtkmm.org/docs/@GTKMM_MODULE_NAME@/docs/reference/html/
+htmlrefpub=http://library.gnome.org/devel/@PACKAGE_TARNAME@/unstable/
 
 Name: gtkmm
 Description: C++ binding for the GTK+ toolkit



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