[pangomm] Append slash to overridden $(htmlrefpub)



commit 55195ccefe6deca487925f969e5532c766072ec7
Author: Daniel Elstner <danielk openismus com>
Date:   Mon Aug 17 09:23:41 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 081092b..19885fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 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-17  Daniel Elstner  <daniel kitta gmail com>
+
 	Reenable JAVADOC_AUTOBRIEF mode of Doxygen
 
 	* docs/reference/Doxyfile.in (JAVADOC_AUTOBRIEF): Change value
diff --git a/docs/Makefile.am b/docs/Makefile.am
index aed6c2b..58cbd06 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -25,7 +25,7 @@ doc_input = $(addprefix $(top_srcdir)/pango/pangomm/,$(pangomm_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]