[gtkmm] Append slash to overridden $(htmlrefpub)



commit f7327a3de2839f3ef0997a656b298bec3af053e1
Author: Daniel Elstner <danielk openismus com>
Date:   Mon Aug 17 09:30:01 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 b952dbe..2746fa9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-08-17  Daniel Elstner  <daniel kitta gmail com>
+
+	Append slash to overridden $(htmlrefpub)
+
+	* docs/Makefile.am (htmlrefpub): Append trailing slash for
+	consistency with the non-overridden value.
+
 2009-08-16  Daniel Elstner  <daniel kitta gmail com>
 
 	Define *_DISABLE_DEPRECATED in config header
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 646e974..011a2b5 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -33,7 +33,7 @@ doc_input = $(addprefix $(top_srcdir)/atk/atkmm/,$(atkmm_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/
 
 docimagesdir = $(libdocdir)/images
 dist_docimages_DATA = images/gtkmm_logo.gif images/top.gif



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