[glibmm] Append slash to overridden $(htmlrefpub)



commit 7ba424569975a0ddd9fc6d34c3f3eda6d1dd05a8
Author: Daniel Elstner <danielk openismus com>
Date:   Mon Aug 17 09:12:23 2009 +0200

    Append slash to overridden $(htmlrefpub)
    
    * docs/Makefile.am (htmlrefpub): Append trailing slash for
    consistency with the non-overridden value.

 ChangeLog        |    7 +++++++
 docs/Makefile.am |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8a8ec12..c716852 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2009-08-17  Daniel Elstner  <danielk openismus com>
 
+	Append slash to overridden $(htmlrefpub)
+
+	* docs/Makefile.am (htmlrefpub): Append trailing slash for
+	consistency with the non-overridden value.
+
+2009-08-17  Daniel Elstner  <danielk openismus com>
+
 	Exclude GTimeVal and nil from the documentation
 
 	* docs/reference/Doxyfile.in (EXCLUDE_SYMBOLS): Add GTimeVal and
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 8a28d8b..54a289d 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -29,7 +29,7 @@ doc_input = $(addprefix $(top_srcdir)/glib/glibmm/,$(glibmm_files_h)) \
 
 # Override the web location to use the old-style path with redundant
 # directory components.
-htmlrefpub = http://www.gtkmm.org/docs/$(book_name)/docs/reference/html
+htmlrefpub = http://www.gtkmm.org/docs/$(book_name)/docs/reference/html/
 
 doctooldir = $(datadir)/$(GLIBMM_MODULE_NAME)/doctool
 dist_doctool_DATA = doc-install.pl doc-postprocess.pl tagfile-to-devhelp2.xsl



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