[libgdamm] Fix documentation location in pkg-config files



commit 5e78656f3b682cd121d6b5d1978673611e3d1930
Author: Daniel Elstner <danielk openismus com>
Date:   Fri Aug 28 20:00:01 2009 +0200

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

 ChangeLog                         |    7 +++++++
 libgda/libgdamm-uninstalled.pc.in |    2 +-
 libgda/libgdamm.pc.in             |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index e4a2a07..94607ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2009-08-28  Daniel Elstner  <danielk openismus com>
 
+	Fix documentation location in pkg-config files
+
+	* libgdamm/libgdamm{,-uninstalled}.pc.in (htmlrefpub): Point to
+	library.gnome.org.
+
+2009-08-28  Daniel Elstner  <danielk openismus com>
+
 	Bump version to 3.99.17.1 and update news
 
 	* configure.ac (AC_INIT): Increment version to libgdamm 3.99.17.1.
diff --git a/libgda/libgdamm-uninstalled.pc.in b/libgda/libgdamm-uninstalled.pc.in
index 7b697d3..c90b23c 100644
--- a/libgda/libgdamm-uninstalled.pc.in
+++ b/libgda/libgdamm-uninstalled.pc.in
@@ -1,5 +1,5 @@
 doxytagfile=${pc_top_builddir}/docs/reference/@LIBGDAMM_MODULE_NAME  tag
-htmlrefpub=http://www.gtkmm.org/docs/@LIBGDAMM_MODULE_NAME@/docs/reference/html/
+htmlrefpub=http://library.gnome.org/devel/@PACKAGE_TARNAME@/unstable/
 
 Name: libgdamm
 Description: C++ binding for libgda, not installed
diff --git a/libgda/libgdamm.pc.in b/libgda/libgdamm.pc.in
index 3348ecc..ad876f1 100644
--- a/libgda/libgdamm.pc.in
+++ b/libgda/libgdamm.pc.in
@@ -8,7 +8,7 @@ includedir= includedir@
 docdir=${datarootdir}/doc/@LIBGDAMM_MODULE_NAME@
 doxytagfile=${docdir}/reference/@LIBGDAMM_MODULE_NAME  tag
 htmlrefdir=${docdir}/reference/html
-htmlrefpub=http://www.gtkmm.org/docs/@LIBGDAMM_MODULE_NAME@/docs/reference/html/
+htmlrefpub=http://library.gnome.org/devel/@PACKAGE_TARNAME@/unstable/
 
 Name: libgdamm
 Description: C++ binding for libgda



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