[libsigc++2] Change documentation host to library.gnome.org



commit 4eb0e09753e93634045af53470fc68809f05940c
Author: Daniel Elstner <danielk openismus com>
Date:   Tue Aug 25 16:14:57 2009 +0200

    Change documentation host to library.gnome.org
    
    * README, docs/manual/libsigc_manual.xml: Adjust links to the
    reference documentation in the text.
    * docs/Makefile.am (pubdocbase), (htmlrefpub): Remove override
    and use the updated mm-common default values.
    * sigc++{,-uninstalled}.pc.in (htmlrefpub): Adjust link.

 ChangeLog                      |   10 ++++++++++
 README                         |    2 +-
 docs/Makefile.am               |    4 +---
 docs/manual/libsigc_manual.xml |    2 +-
 sigc++-uninstalled.pc.in       |    2 +-
 sigc++.pc.in                   |    2 +-
 6 files changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 6ad7531..3122048 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2009-08-25  Daniel Elstner  <danielk openismus com>
+
+	Change documentation host to library.gnome.org
+
+	* README, docs/manual/libsigc_manual.xml: Adjust links to the
+	reference documentation in the text.
+	* docs/Makefile.am (pubdocbase), (htmlrefpub): Remove override
+	and use the updated mm-common default values.
+	* sigc++{,-uninstalled}.pc.in (htmlrefpub): Adjust link.
+
 2009-08-24  Daniel Elstner  <danielk openismus com>
 
 	Add id="content" element to documentation index
diff --git a/README b/README
index abb8a2f..3f504e1 100644
--- a/README
+++ b/README
@@ -25,7 +25,7 @@ Contact information:
    Maintainer: mailto: mschulze cvs gnome org
    Maillist: mailto: libsigc-list gnome org
    Homepage: http://libsigc.sourceforge.net
-   Online reference documentation: http://libsigc.sourceforge.net/libsigc2/docs/
+   Online reference documentation: http://library.gnome.org/devel/libsigc++/unstable/
    Ftp: http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.0/
    CVS:
 
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 9ff0e41..004aef5 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -17,9 +17,7 @@
 
 include $(top_srcdir)/sigc++/filelist.am
 
-book_name  = libsigc++-$(SIGCXX_API_VERSION)
-pubdocbase = http://libsigc.sourceforge.net/
-htmlrefpub = $(pubdocbase)libsigc2/docs/reference/html/
+book_name = libsigc++-$(SIGCXX_API_VERSION)
 
 # For each header file, test whether it exists in the build directory.
 # If it does, return its relative path.  Otherwise, assume the file is
diff --git a/docs/manual/libsigc_manual.xml b/docs/manual/libsigc_manual.xml
index 8f54a97..cb2e84f 100644
--- a/docs/manual/libsigc_manual.xml
+++ b/docs/manual/libsigc_manual.xml
@@ -484,6 +484,6 @@ double average_of_all_connected_slots = mysignal();
 
 <chapter id="sec-reference">
 <title>Reference</title>
-	<para>See the reference documentation <ulink url="http://libsigc.sourceforge.net/libsigc2/docs/index.html";>online</ulink></para>
+	<para>See the reference documentation <ulink url="http://library.gnome.org/devel/libsigc++/unstable/";>online</ulink></para>
 </chapter>
 </book>
diff --git a/sigc++-uninstalled.pc.in b/sigc++-uninstalled.pc.in
index f8d36f8..9a9fde1 100644
--- a/sigc++-uninstalled.pc.in
+++ b/sigc++-uninstalled.pc.in
@@ -1,5 +1,5 @@
 doxytagfile=${pc_top_builddir}/docs/reference/libsigc++- SIGCXX_API_VERSION@.tag
-htmlrefpub=http://libsigc.sourceforge.net/libsigc2/docs/reference/html/
+htmlrefpub=http://library.gnome.org/devel/libsigc++/unstable/
 
 Name: libsigc++
 Description: Typesafe signal and callback system for C++, not installed
diff --git a/sigc++.pc.in b/sigc++.pc.in
index 502981a..c03a1dd 100644
--- a/sigc++.pc.in
+++ b/sigc++.pc.in
@@ -8,7 +8,7 @@ includedir= includedir@
 docdir=${datarootdir}/doc/libsigc++- SIGCXX_API_VERSION@
 doxytagfile=${docdir}/reference/libsigc++- SIGCXX_API_VERSION@.tag
 htmlrefdir=${docdir}/reference/html
-htmlrefpub=http://libsigc.sourceforge.net/libsigc2/docs/reference/html/
+htmlrefpub=http://library.gnome.org/devel/libsigc++/unstable/
 
 Name: libsigc++
 Description: Typesafe signal and callback system for C++



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